Esempio n. 1
0
 protected void OnConfirmation(ConfirmationEventArgs args)
 {
     if (Confirmation != null)
     {
         Confirmation(this, args);
     }
 }
 private void TiaPortal_Confirmation(object sender, ConfirmationEventArgs e)
 {
     //throw new NotImplementedException();
 }