コード例 #1
0
ファイル: BlowfishTest.cs プロジェクト: filipnavara/bc-csharp
        public static void Main(
            string[] args)
        {
            ITest       test   = new BlowfishTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }
コード例 #2
0
		public static void Main(
			string[] args)
        {
            ITest test = new BlowfishTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }