Exemplo n.º 1
0
 private ILiveJournalClient GetGateway()
 {
     if (_gateway == null)
     {
         _gateway = XmlRpcProxyGen.Create <ILiveJournalClient>();
     }
     return(_gateway);
 }
Exemplo n.º 2
0
 private ILiveJournalClient GetGateway()
 {
     if (_gateway == null)
         _gateway = XmlRpcProxyGen.Create<ILiveJournalClient>();
     return _gateway;
 }