コード例 #1
0
        public static void Test()
        {
            AssemblyGenerator test = new AssemblyGenerator();

            test.GenerateFromXML("configuration.xml", "Config.parameters");
        }
コード例 #2
0
ファイル: AssemblyGenerator.cs プロジェクト: wshanshan/DDD
 public static void Test()
 {
     AssemblyGenerator test = new AssemblyGenerator();
     test.GenerateFromXML("configuration.xml", "Config.parameters");
 }