Beispiel #1
0
 protected void OnShowModal(FwModal oxModal)
 {
     if (oxModal != null)
     {
         oxModal.Show();
     }
 }