コード例 #1
0
ファイル: ProfileSettings.cs プロジェクト: wilson0x4d/Mubox
 protected override void Init()
 {
     Clients = new ClientSettingsCollection();
     Keys = new KeySettingCollection();
     base.Init();
 }
コード例 #2
0
ファイル: ProfileSettings.cs プロジェクト: sss-software/Mubox
 protected override void Init()
 {
     Clients = new ClientSettingsCollection();
     Keys    = new KeySettingCollection();
     base.Init();
 }