Пример #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();
 }