public MDBSelectTest() { InitializeComponent(); WindowStartupLocation = WindowStartupLocation.CenterScreen; SelectMDB.IsEnabled = false; MDBTablesComboBox.ItemsSource = MDBToCH.GetCollections(); }
public MDBCommander() { InitializeComponent(); WindowStartupLocation = WindowStartupLocation.CenterScreen; Execute.IsEnabled = false; MDBTablesComboBox.ItemsSource = MDBToCH.GetCollections(); FillType(); }
public MDBPreview() { InitializeComponent(); WindowStartupLocation = WindowStartupLocation.CenterScreen; MDBTablesComboBox.ItemsSource = MDBToCH.GetCollections(); }
private void MDBToCH_Click(object sender, RoutedEventArgs e) { MDBToCH win = new MDBToCH(); win.Show(); }
private void Select1() { Console.WriteLine(MDBToCH.GetCollections()); }