refactoring

This commit is contained in:
Paul Schneider 2017-06-08 11:05:57 +02:00
commit e4ee206c34
3 changed files with 18 additions and 4 deletions

View file

@ -0,0 +1,9 @@
namespace Yavsc.ViewModels
{
public enum OutputFormat {
Html,
LaTeX,
Pdf
}
}