Settings management started
This commit is contained in:
@@ -28,6 +28,9 @@ public partial class MainWindow : Window
|
||||
KeyDownEvent.AddClassHandler<TopLevel>(OnKeyDown, handledEventsToo: true);
|
||||
|
||||
ChangePage("Home");
|
||||
|
||||
AppManager.Settings.AddSetting(new AppSetting("test", typeof(int)));
|
||||
AppManager.Settings.SetSettingValue("test", 1);
|
||||
}
|
||||
|
||||
public void ChangePage(string pageName)
|
||||
|
||||
Reference in New Issue
Block a user