9 lines
84 B
C#
9 lines
84 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public enum export_mode_enum
|
|
{
|
|
Image = 0,
|
|
Raw = 1
|
|
}
|