Exemplo n.º 1
0
        private void CommandBinding_Executed_3(object sender, ExecutedRoutedEventArgs e)
        {
            var s = new DodajTip(this);

            s.ShowDialog();
        }
Exemplo n.º 2
0
        private void button6_Click(object sender, RoutedEventArgs e)
        {
            var s = new DodajTip(mainWindow);

            s.ShowDialog();
        }
Exemplo n.º 3
0
        private void MenuItem_Click(object sender, RoutedEventArgs e)
        {
            var s = new DodajTip(this);

            s.ShowDialog();
        }