Ejemplo n.º 1
0
        public static void MainOld(
            string[] args)
        {
            AesLightTest test   = new AesLightTest();
            ITestResult  result = test.Perform();

            Console.WriteLine(result);
        }
Ejemplo n.º 2
0
		public static void Main(
			string[] args)
		{
			AesLightTest test = new AesLightTest();
			ITestResult result = test.Perform();

			Console.WriteLine(result);
		}