Ejemplo n.º 1
0
 internal SDEditorClient([NotNull] SDCommunication communication)
 {
     _communication = communication;
 }
Ejemplo n.º 2
0
 internal SDEditorServer([NotNull] SDCommunication communication)
 {
     _communication = communication;
 }