コード例 #1
0
        protected virtual void OnGotConnectionToken(NexusResponseEventArgs e)
        {
            EventHandler handler = GotConnectionToken;

            handler?.Invoke(this, e);
        }
コード例 #2
0
        protected virtual void OnGotApiKey(NexusResponseEventArgs e)
        {
            EventHandler handler = GotApiKey;

            handler?.Invoke(this, e);
        }