コード例 #1
0
ファイル: Program.cs プロジェクト: vimaire/NServiceBus_2.0
        static void Main(string[] args)
        {
            SerializerTests tester = new SerializerTests();
            tester.TestInterfaces();

            Console.ReadLine();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: putjes/NServiceBus-1
        static void Main(string[] args)
        {
            SerializerTests tester = new SerializerTests();

            tester.TestInterfaces();

            Console.ReadLine();
        }