add resharper and hover effect for modules; change navigation bar
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace Server_Dashboard {
|
||||
|
||||
public class CloseProperty : BaseAttachedProperty<CloseProperty, bool> {
|
||||
|
||||
public override void OnValueChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e) {
|
||||
if (sender is Window window) {
|
||||
window.Loaded += (s, e) => {
|
||||
@@ -14,4 +16,4 @@ namespace Server_Dashboard {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user