示例#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();
 }