Esempio n. 1
0
        public new void Hide()
        {
            base.Hide();

            // cancel the waiting state
            BIServerConnector callback = BIServerConnector.SharedInstance;

            if (callback != null)
            {
                callback.cancelPunctuationKeyboardWaitingState();
            }
        }