Beispiel #1
0
 void Handle(Input.ConfirmTrigger action)
 {
     this.Opened      = false;
     this.Message     = "You have accepted the dialog box";
     this.MessageType = "success";
 }
Beispiel #2
0
 void Handle(Input.ConfirmTrigger Action)
 {
     this.Opened     = false;
     this.Message    = "You have accepted the dialog box";
     this.MessageCss = "alert alert-success";
 }