Add DashboardWindow, controlls to close the login than open the dashboard
This commit is contained in:
@@ -16,5 +16,6 @@ namespace Server_Dashboard {
|
||||
public static Property GetValue(DependencyObject d) => (Property)d.GetValue(ValueProperty);
|
||||
public static void SetValue(DependencyObject d, Property value) => d.SetValue(ValueProperty, value);
|
||||
public virtual void OnValueChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e) { }
|
||||
public virtual void OnClose(DependencyObject sender, DependencyPropertyChangedEventArgs e) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user