Example #1
0
 /*
  * What to do when Alert Ok button is clicked
  */
 public void EnterButtonClicked()
 {
     if (alertDelegate != null)
     {
         alertDelegate.OnConfiramtion(this);
     }
     else
     {
         Remove();
     }
 }