Ejemplo n.º 1
0
        private void Vat_Nuoi(object sender, RoutedEventArgs e)
        {
            this.Close();
            Vatnuoi Cp = new Vatnuoi();

            Cp.Show();
        }
Ejemplo n.º 2
0
        private void ButtonVatNuoi_Click(object sender, RoutedEventArgs e)
        {
            Vatnuoi m = new Vatnuoi();

            this.Close();
            m.Show();
        }