Esempio n. 1
0
 /// <summary>
 /// Called when the user wants to cancel the modal controller.
 /// </summary>
 protected virtual void OnCanceled()
 {
     site.Close();
 }
 /// <summary>
 ///
 /// </summary>
 public virtual void close()
 {
     site.Close();
 }
Esempio n. 3
0
 /// <summary>
 /// Called when the user wants to cancel the modal controller.
 /// </summary>
 protected void onCanceled()
 {
     site.Close();
 }