Ejemplo n.º 1
0
        internal ResponseBase(VKResponseContainer container)
        {
            int callbackId = GetCallbackId(container.ResultDictionary);

            Init(container, callbackId);
        }
Ejemplo n.º 2
0
 private void Init(VKResponseContainer container, int callbackId)
 {
     JsonString       = container.JsonString;
     ResultDictionary = container.ResultDictionary;
     CallbackId       = callbackId;
 }