Example #1
0
 public void Start()
 {
     string[] names = dataBase.GetAllTables();
     parser.Parse();
     form.Start(names);
 }