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