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