Ejemplo n.º 1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            this.grdShow.Children.Clear();
            UC_Template uc = new UC_Template();

            this.grdShow.Children.Add(uc);
        }
Ejemplo n.º 2
0
        public MainWindow()
        {
            InitializeComponent();

            UC_Template uc = new UC_Template();

            this.grdShow.Children.Add(uc);
        }