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