private void Vat_Nuoi(object sender, RoutedEventArgs e) { this.Close(); Vatnuoi Cp = new Vatnuoi(); Cp.Show(); }
private void ButtonVatNuoi_Click(object sender, RoutedEventArgs e) { Vatnuoi m = new Vatnuoi(); this.Close(); m.Show(); }