コード例 #1
0
 private void btnSave_Click(object sender, RoutedEventArgs e)
 {
     bl.AddCustomer(cust);
     //DialogResult = true;
     Close();
 }