コード例 #1
0
ファイル: Data.cs プロジェクト: DanFraserUK/EvEESITool
 public void CreateNewProfile(ConfigClass config)
 {
     Profiles.Add(new Profile(ref Settings, config));
 }