added status
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using ClientApp.Utils;
|
||||
|
||||
namespace ClientApp.Models
|
||||
{
|
||||
class ClientInfo : ObservableObject
|
||||
{
|
||||
public string FirstName { get; set; }
|
||||
public string LastName { get; set; }
|
||||
}
|
||||
}
|
||||
14
ClientApp/Models/Info.cs
Normal file
14
ClientApp/Models/Info.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using ClientApp.Utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ClientApp.Models
|
||||
{
|
||||
class Info : ObservableObject
|
||||
{
|
||||
public bool ConnectedToServer { get; set; }
|
||||
public bool ConnectedToVREngine { get; set; }
|
||||
public bool DoctorConnected { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user