Esempio n. 1
0
 static void Main(string[] args)
 {
     WriteData();
     if (GetPassword())
     {
         Taxes taxes = new Taxes();
         taxes.getDataUser();
         taxes.calculateValue();
     }
     else
     {
         Console.WriteLine("LO SENTIMOS CONTRASEÑA INCORRECTA");
     }
 }