refactoring
This commit is contained in:
parent
a120dae977
commit
e4ee206c34
3 changed files with 18 additions and 4 deletions
9
Yavsc/ViewModels/OutputFormat.cs
Normal file
9
Yavsc/ViewModels/OutputFormat.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Yavsc.ViewModels
|
||||
{
|
||||
public enum OutputFormat {
|
||||
Html,
|
||||
LaTeX,
|
||||
Pdf
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue