Exemplo n.º 1
0
        public dialog()
        {
            dg = this;

            InitializeComponent();
            //tb = tbValue;
        }
Exemplo n.º 2
0
        private void data_MouseDoubleClick(object sender, MouseButtonEventArgs e)
        {
            dialog Dialog = new dialog();

            Dialog.tbValue.Text = "";
            Dialog.Title        = "Aantal veranderen";
            Dialog.ShowDialog();
            //  Dialog.Show();
            enter.RaiseEvent(new RoutedEventArgs(Button.ClickEvent));
        }