예제 #1
0
파일: RC4Test.cs 프로젝트: jwtvh/bc-csharp
        public static void MainOld(
            string[] args)
        {
            ITest       test   = new RC4Test();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }
예제 #2
0
		public static void Main(
            string[] args)
        {
            ITest test = new RC4Test();
            ITestResult result = test.Perform();

			Console.WriteLine(result);
        }