Beispiel #1
0
 public static void UnhideForm()
 {
     if (thisForm != null)
     {
         thisForm.RetrievePurchaseOrders();
         thisForm.Show();
     }
 }