11 lines
123 B
C#
11 lines
123 B
C#
namespace OF_DL.Gui.ViewModels;
|
|
|
|
public enum AppScreen
|
|
{
|
|
Loading,
|
|
Config,
|
|
Auth,
|
|
UserSelection,
|
|
Error
|
|
}
|