Exemplo n.º 1
0
 public SystemMgtHelper(ISystemMgtSer client)
 {
     _client = client;
 }
Exemplo n.º 2
0
 public SystemMgtHelper(CompositionContainer Container)
 {
     _client = new SystemMgtSer(Container);
 }
Exemplo n.º 3
0
 public SystemMgtHelper(string str_ConfigName)
 {
     _client = new SystemMgtSer();
 }