finish login window styling and added xaml event triggers to handle ui method calls
This commit is contained in:
15
Server Dashboard/LoginWindow.xaml.cs
Normal file
15
Server Dashboard/LoginWindow.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Windows;
|
||||
using System.Windows.Input;
|
||||
|
||||
namespace Server_Dashboard {
|
||||
/// <summary>
|
||||
/// Interaction logic for LoginWindow.xaml
|
||||
/// </summary>
|
||||
public partial class LoginWindow : Window {
|
||||
public LoginWindow() {
|
||||
InitializeComponent();
|
||||
DataContext = new LoginViewModel();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user