Exemple #1
0
 public static ScreenConfig Load(int index) => FileConfigUtil.Load <ScreenConfig>(PathBase.ScreenConfig(index), index, true);
Exemple #2
0
 public static ScreenGroupConfig Load() => FileConfigUtil.Load <ScreenGroupConfig>(PathBase.ScreenGroupConfig);
Exemple #3
0
 public static ScreenState Load(int index) => FileConfigUtil.Load <ScreenState>(PathBase.ScreenState(index), index);