Ejemplo n.º 1
0
 public SendLocalComponent() : base("Local sender", "LS", "Sends data locally, without the need of a Speckle Server.", ComponentCategories.SECONDARY_RIBBON, ComponentCategories.LOCAL)
 {
     BaseWorker = new SendLocalWorker(this);
 }
Ejemplo n.º 2
0
 public SendLocalComponent() : base("Local send async", "LSA", "Local async sender", "Speckle 2", "    Send/Receive")
 {
     BaseWorker = new SendLocalWorker(this);
     SetDefaultKitAndConverter();
 }
 public SendLocalComponent() : base("Local sender", "LS", "Sends data locally, without the need of a Speckle Server.", "Speckle 2", "   Send/Receive")
 {
     BaseWorker = new SendLocalWorker(this);
     SetDefaultKitAndConverter();
 }