예제 #1
0
 public PM()
 {
     Properties = new PMProperties();
     Data       = new PMData();
 }
예제 #2
0
 public PM(IErgProperties properties)
 {
     Properties = properties;
     Data       = new PMData();
 }