public bool Create(string x, string y)
        {
            if (Validate(x, y))
            {
                model = new (x, y);
                return(true);
            }

            return(false);
        }
Beispiel #2
0
 private void txt_dist_to_aster1_TextChanged()
 {
     Model_ISS.Distance_to_aster1();
     Console.WriteLine(L1);
 }