コード例 #1
0
ファイル: SaveWriter.cs プロジェクト: yuktisatheesh/My-Spy
 public SaveWriter(string Pathtofile, SaveSettings Settings)
 {
     PathToFile = Pathtofile;
     settings   = Settings;
 }
コード例 #2
0
ファイル: SaveWriter.cs プロジェクト: yuktisatheesh/My-Spy
 public SaveWriter(SaveSettings Settings)
 {
     settings = Settings;
 }