Helpers: Add enum ExportMode

This commit is contained in:
2024-03-28 13:41:05 +01:00
parent 82ea5920f2
commit c2b6486ede
3 changed files with 50 additions and 45 deletions

View File

@ -0,0 +1,5 @@
namespace Elwig.Helpers {
public enum ExportMode {
Show, SaveList, SavePdf, Print, Email
}
}