private void btnodstranidom_Click(object sender, RoutedEventArgs e) { OdstraniDom odstranid = new OdstraniDom(); odstranid.Show(); this.Close(); }
public OdstraniDom() { InitializeComponent(); odstrani1 = this; try { NapolniTabeloDomov(); } catch (Exception ex) { MessageBox.Show(ex.ToString()); } }