Example #1
0
 public SystemMgtHelper(ISystemMgtSer client)
 {
     _client = client;
 }
Example #2
0
 public SystemMgtHelper(CompositionContainer Container)
 {
     _client = new SystemMgtSer(Container);
 }
Example #3
0
 public SystemMgtHelper(string str_ConfigName)
 {
     _client = new SystemMgtSer();
 }