Ejemplo n.º 1
0
 public void Save() => FileConfigUtil.Save(PathBase.ScreenGroupConfig, this);
Ejemplo n.º 2
0
 public static ScreenGroupConfig Load() => FileConfigUtil.Load <ScreenGroupConfig>(PathBase.ScreenGroupConfig);
Ejemplo n.º 3
0
 public static ScreenConfig Load(int index) => FileConfigUtil.Load <ScreenConfig>(PathBase.ScreenConfig(index), index, true);
Ejemplo n.º 4
0
 public void Save() => FileConfigUtil.Save(PathBase.ScreenConfig(Index), this);
Ejemplo n.º 5
0
 public static ScreenState Load(int index) => FileConfigUtil.Load <ScreenState>(PathBase.ScreenState(index), index);