Exemplo n.º 1
0
        private void tabOther1CustomCraftOpenBtn_Click(object sender, RoutedEventArgs e)
        {
            this.Hide();
            CustomCraft ccbox = new CustomCraft();

            ccbox.ShowDialog();
            this.Show();
        }
 private void tabOther1CustomCraftOpenBtn_Click(object sender, RoutedEventArgs e)
 {
     this.Hide();
     CustomCraft ccbox = new CustomCraft();
     ccbox.ShowDialog();
     this.Show();
 }