Example #1
0
 public BaseStep(LabelDTO label, LabellingServer server)
 {
     Label  = label;
     Server = server;
 }
Example #2
0
 public GetLabel(LabelDTO label, LabellingServer controller) : base(label, controller)
 {
 }
Example #3
0
 public CreateLabel(LabelDTO label, LabellingServer server) : base(label, server)
 {
 }