private ILiveJournalClient GetGateway() { if (_gateway == null) { _gateway = XmlRpcProxyGen.Create <ILiveJournalClient>(); } return(_gateway); }
private ILiveJournalClient GetGateway() { if (_gateway == null) _gateway = XmlRpcProxyGen.Create<ILiveJournalClient>(); return _gateway; }