예제 #1
0
 public TrafficPkt(Traffic.TaskType Type, bool View)
 {
     this.Type = Type;
     this.View = View;
 }
예제 #2
0
 public TrafficPkt(Traffic.TaskType Type)
 {
     this.Type = Type;
 }
예제 #3
0
 public TrafficPkt(Traffic.TaskType Type, string Data)
 {
     this.Type = Type;
     this.Data = Data;
 }