コード例 #1
0
 private static string get_location()
 {
     return(Andrew_Helpers.get_string("Enter the location of this airport: ", "Location cannot be blank"));
 }
コード例 #2
0
 private static string get_name()
 {
     return(Andrew_Helpers.get_string("Enter the name of this airport: ", "Name cannot be blank"));
 }