Exemple #1
0
 void Handle(Input.RejectTrigger action)
 {
     this.Opened      = false;
     this.Message     = "You have rejected the dialog box";
     this.MessageType = "danger";
 }
Exemple #2
0
 void Handle(Input.RejectTrigger Action)
 {
     this.Opened     = false;
     this.Message    = "You have rejected the dialog box";
     this.MessageCss = "alert alert-danger";
 }