예제 #1
0
 public void Save() => FileConfigUtil.Save(PathBase.ScreenConfig(Index), this);
예제 #2
0
 public static ScreenConfig Load(int index) => FileConfigUtil.Load <ScreenConfig>(PathBase.ScreenConfig(index), index, true);