Пример #1
0
 public SegmentEventArgs(SegmentStage stage, string info)
 {
    this.Stage = stage;
    this.Info = info;
 }
Пример #2
0
 public SegmentEventArgs(SegmentStage stage, string info)
 {
     this.Stage = stage;
     this.Info  = info;
 }