6 lines
112 B
C#
6 lines
112 B
C#
namespace Elwig.Helpers {
|
|
public enum ExportMode {
|
|
Show, SaveList, SavePdf, Print, Email
|
|
}
|
|
}
|