Example #1
0
        public void CreateKey()
        {
            Console.Clear();
            Console.SetCursorPosition(45, 2);
            // Inicio
            Console.WriteLine("Crear Nueva llave");
            Console.WriteLine("");
            String path    = SetPath();
            String keyName = SetKeyName();

            Console.Clear();
            Console.WriteLine(registro.CreateKey(path, keyName));
            Console.ReadKey();
        }                  //Finish