Beispiel #1
0
        private void OKtransf(object sender, RoutedEventArgs e)
        {
            confirmartransf l = new confirmartransf();

            l.conftransf.Click += Conftransf;
            l.Canctransf.Click += Canctransf;
            this.Content        = l;
        }
        private void OKtransf(object sender, RoutedEventArgs e)
        {
            confirmartransf l = new confirmartransf();

            this.Content = l;
        }