예제 #1
0
 public static void ToString(ViewReadOnlyConstraint obj, MethodReturnEventArgs <System.String> e)
 {
     e.Result = "Item is readonly in view but changable on the server/client";
 }
 public static void ToString(ViewReadOnlyConstraint obj, MethodReturnEventArgs<System.String> e)
 {
     e.Result = "Item is readonly in view but changable on the server/client";
 }