예제 #1
0
 public void SetData(string text, TypeRespone status)
 {
     Text   = text;
     Status = status;
 }
예제 #2
0
 public Response(string text, TypeRespone status)
 {
     Text   = text;
     Status = status;
 }