private void CommandBinding_Executed_3(object sender, ExecutedRoutedEventArgs e) { var s = new DodajTip(this); s.ShowDialog(); }
private void button6_Click(object sender, RoutedEventArgs e) { var s = new DodajTip(mainWindow); s.ShowDialog(); }
private void MenuItem_Click(object sender, RoutedEventArgs e) { var s = new DodajTip(this); s.ShowDialog(); }