コード例 #1
0
ファイル: Program.cs プロジェクト: blmarket/filehatchery
 static void Test3()
 {
     FileHatchery.Engine.Components.Config.IConfig pp = new FileHatchery.Engine.Components.Config.PortableConfig();
     pp["news"] = "asdf";
     pp.Save();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: blmarket/filehatchery
 static void Test3()
 {
     FileHatchery.Engine.Components.Config.IConfig pp = new FileHatchery.Engine.Components.Config.PortableConfig();
     pp["news"] = "asdf";
     pp.Save();
 }