コード例 #1
0
        public void InputMethodContextRestoreAfterFocusLost()
        {
            tlog.Debug(tag, $"InputMethodContextRestoreAfterFocusLost START");
            InputMethodContext a1 = new InputMethodContext();

            a1.RestoreAfterFocusLost();
            a1.Dispose();

            tlog.Debug(tag, $"InputMethodContextRestoreAfterFocusLost END (OK)");
            Assert.Pass("InputMethodContextRestoreAfterFocusLost");
        }