コード例 #1
0
ファイル: Program.cs プロジェクト: Clockwork25/Desktop
 private static void Save(List <int> lst)
 {
     FileOperations.Overwrite(lst);
 }