9 lines
111 B
C#
9 lines
111 B
C#
|
9 years ago
|
namespace Yavsc.ViewModels
|
||
|
|
{
|
||
|
|
public enum OutputFormat {
|
||
|
|
Html,
|
||
|
|
LaTeX,
|
||
|
|
Pdf
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|