Exemplo n.º 1
0
 public ComData(ComRequest c)
 {
     dataType = typeof(ComRequest).ToString();
     value    = new ComRequest[] { c };
 }
Exemplo n.º 2
0
 public static bool isSame(ComRequest a, ComRequest b)
 {
     return(a.request.Equals(b.request));
 }