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