OF-DL/OF DL.Gui/ViewModels/AppScreen.cs

11 lines
123 B
C#

namespace OF_DL.Gui.ViewModels;
public enum AppScreen
{
Loading,
Config,
Auth,
UserSelection,
Error
}