Beispiel #1
0
 public JSONHelper()
 {
     STATE = new FormState();
     ERROR = string.Empty;
 }
Beispiel #2
0
 public XMLHelper()
 {
     STATE = new FormState();
     Model = new FormState();
     ERROR = string.Empty;
 }