예제 #1
0
 private void btnSucceed_Click(object sender, RoutedEventArgs e)
 {
     Result = MessageBoxAlipayPayQuestionResult.Succeed;
     this.Close();
 }
예제 #2
0
 private void btnCancel_Click(object sender, RoutedEventArgs e)
 {
     Result = MessageBoxAlipayPayQuestionResult.Cancel;
     this.Close();
 }
예제 #3
0
 public MessageBoxAlipayPayQuestion()
 {
     InitializeComponent();
     Result = MessageBoxAlipayPayQuestionResult.Cancel;
 }