Ejemplo n.º 1
0
 /// <summary>
 /// Confirms the operation and closes the popup
 /// </summary>
 public void Confirm()
 {
     Hide();
     currentData.InvokeConfirmCallback();
     currentData = null;
 }