コード例 #1
0
 public void Save()
 {
     AltaStatic.Write <Settings>(this, "Settings.xml");
 }
コード例 #2
0
    public int WindowsScaleY         = 1;    //Scale show window

    public void Load()
    {
        AltaGlobal.Settings = AltaStatic.Read <Settings>("Settings.xml");
    }