private void MenuItem_Click_5(object sender, RoutedEventArgs e) { wTaxPay wtp = new wTaxPay(); wtp.Show(); }
private void Button_Click_1(object sender, RoutedEventArgs e) { wTaxPay wtp = new wTaxPay(); wtp.Show(); }
public void Executed_New(object sender, ExecutedRoutedEventArgs e) { wTaxPay wtp = new wTaxPay(); wtp.Show(); }