Add DashboardWindow, controlls to close the login than open the dashboard
This commit is contained in:
8
Server Dashboard/ViewModels/DashboardViewModel.cs
Normal file
8
Server Dashboard/ViewModels/DashboardViewModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Server_Dashboard {
|
||||
class DashboardViewModel : BaseViewModel {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user