Esempio n. 1
0
 public ActionError(ACTION_ERROR_CODE c, string d)
 {
     this.code = c;
     this.desc = d;
 }
Esempio n. 2
0
 public ActionError( ACTION_ERROR_CODE c , string d )
 {
     this.code = c;
     this.desc = d;
 }
Esempio n. 3
0
 public ActionError(ACTION_ERROR_CODE c)
 {
     this.code = c;
 }
Esempio n. 4
0
 public ActionError(ACTION_ERROR_CODE c)
 {
     this.code = c;
 }