Ejemplo n.º 1
0
 public MDBSelectTest()
 {
     InitializeComponent();
     WindowStartupLocation         = WindowStartupLocation.CenterScreen;
     SelectMDB.IsEnabled           = false;
     MDBTablesComboBox.ItemsSource = MDBToCH.GetCollections();
 }
Ejemplo n.º 2
0
 public MDBCommander()
 {
     InitializeComponent();
     WindowStartupLocation         = WindowStartupLocation.CenterScreen;
     Execute.IsEnabled             = false;
     MDBTablesComboBox.ItemsSource = MDBToCH.GetCollections();
     FillType();
 }
Ejemplo n.º 3
0
 public MDBPreview()
 {
     InitializeComponent();
     WindowStartupLocation         = WindowStartupLocation.CenterScreen;
     MDBTablesComboBox.ItemsSource = MDBToCH.GetCollections();
 }
Ejemplo n.º 4
0
        private void MDBToCH_Click(object sender, RoutedEventArgs e)
        {
            MDBToCH win = new MDBToCH();

            win.Show();
        }
Ejemplo n.º 5
0
 private void Select1()
 {
     Console.WriteLine(MDBToCH.GetCollections());
 }