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