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