Beispiel #1
0
 public void showwithtitleanddescription(String gxTp_title,
                                         String gxTp_description)
 {
     if (ProgressIndicator_externalReference == null)
     {
         ProgressIndicator_externalReference = new GeneXus.Notifications.GXWebProgressIndicator(context);
     }
     ProgressIndicator_externalReference.ShowWithTitleAndDescription(gxTp_title, gxTp_description);
     return;
 }