コード例 #1
0
ファイル: WinApp.cs プロジェクト: zyh329/excellibrary
 public static void SaveConfig <T>(T data)
 {
     XmlData <T> .Save(ConfigFile, data);
 }