예제 #1
0
 public PhoenixProcessor(NetworkStream inNetStream, PMS inPMSInterface)
 {
     NetStream    = inNetStream;
     PMSInterface = inPMSInterface;
 }
예제 #2
0
 public PMSInterfaceFactory()
 {
     PMSInterface     = new PMSInterfaceStub();
     pmsInterfaceType = e_PMSInterfaceType.Stub;
 }