예제 #1
0
 internal SDEditorClient([NotNull] SDCommunication communication)
 {
     _communication = communication;
 }
예제 #2
0
 internal SDEditorServer([NotNull] SDCommunication communication)
 {
     _communication = communication;
 }