Exemplo n.º 1
0
        private void OnAuthorized(VkAuthEventArgs e)
        {
            EventHandler <VkAuthEventArgs> handler = Authorized;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 2
0
 public void OnAuthorized(object sender, VkAuthEventArgs e)
 {
     Auth = e.Data;
 }