Esempio n. 1
0
 public void UPCASEFIRST() // This method can have any name
 {
     BensAcadGenUtils.UPCASE.ChangeAttributeValuesToUpper a = new UPCASE.ChangeAttributeValuesToUpper();
     a.SetFirstAttributeToUpper();
 }
Esempio n. 2
0
 public void UPCASEALL() // This method can have any name
 {
     BensAcadGenUtils.UPCASE.ChangeAttributeValuesToUpper a = new UPCASE.ChangeAttributeValuesToUpper();
     a.SetAllAttributesToUpper();
 }