Beispiel #1
0
 public void SendData(ISendable sendable, LightingConsole console)
 {
     SendData(sendable.GetDataToSend(console));
 }