Example #1
0
        private void Add_Modification_btn_clk(object sender, RoutedEventArgs e)
        {
            Modification_Add_Dialog mad = new Modification_Add_Dialog(this);

            mad.ShowDialog();
        }