Exemple #1
0
 public Dialog Before(PopupCore.ActionBoolNo action)
 {
     _before = action;
     return(this);
 }
Exemple #2
0
 public Prompt Before(PopupCore.ActionBoolNo action)
 {
     _before = action;
     return(this);
 }