1
This commit is contained in:
12
Packages/Core/Models/DeviceModel.cs
Normal file
12
Packages/Core/Models/DeviceModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace BITKit
|
||||
{
|
||||
public class DeviceModel
|
||||
{
|
||||
public const string Get = "GetDeivceModel";
|
||||
public string Name=string.Empty;
|
||||
public string CPU = string.Empty;
|
||||
public string GPU = string.Empty;
|
||||
public int RAM;
|
||||
public string System = string.Empty;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user