Esempio n. 1
0
 public void RemoveProductLicense(string ProductName)
 {
     Functions F = new Functions();
     F.RemoveProductLicense(ProductName);
 }