Vastgelopen
This commit is contained in:
16
DoctorApp/Models/Info.cs
Normal file
16
DoctorApp/Models/Info.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using DoctorApp.Utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace DoctorApp.Models
|
||||
{
|
||||
class Info : ObservableObject
|
||||
{
|
||||
public bool ConnectedToServer { get; set; }
|
||||
public bool ConnectedToVREngine { get; set; }
|
||||
public bool DoctorConnected { get; set; }
|
||||
|
||||
public bool CanConnectToVR { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user