コード例 #1
0
ファイル: AlertForm.xaml.cs プロジェクト: josephdc96/OSyM
 private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     controller.executeRequest(new AlertRequest {
         AlertType = reason.Text
     });
 }