コード例 #1
0
 /// <summary>
 ///     Create new Label with Result
 /// </summary>
 /// <param name="data">Result</param>
 public Label(LabelResult data)
 {
     Data          = data;
     ErrorMessage  = Exceptions.Message;
     ErrorOccurred = Exceptions.ErrorOccurred;
     Response      = Http.LastResponse;
 }
コード例 #2
0
 /// <summary>
 ///     Create new Label with Result
 /// </summary>
 /// <param name="data">Result</param>
 public Label(LabelResult data)
 {
     Data     = data;
     Response = Http.LastResponse;
 }