Exemplo n.º 1
0
 public static void GetSystemConfigFromXmlFile()
 {
     SystemConfig = Deserialize <SystemConfig>(GetConfigFilePath());
 }
Exemplo n.º 2
0
 public static void GetDeviceConfigFromFile(string filepath)
 {
     SystemConfig = Deserialize <SystemConfig>(filepath);
 }