protected override void ParseSessionData (IDictionary _sessionDict, out TwitterSession _session)
		{
			_session	= new AndroidTwitterSession(_sessionDict);
		}
Exemplo n.º 2
0
 protected override void ParseSessionData(IDictionary _sessionDict, out TwitterSession _session)
 {
     _session = new AndroidTwitterSession(_sessionDict);
 }