Exemplo n.º 1
0
 public void Save() => FileConfigUtil.Save(PathBase.ScreenState(Index), this);
Exemplo n.º 2
0
 public static ScreenState Load(int index) => FileConfigUtil.Load <ScreenState>(PathBase.ScreenState(index), index);