Ejemplo n.º 1
0
        public void ShowNaverKeyListUI()
        {
            if (naverKeyListUI == null)
            {
                naverKeyListUI = new NaverKeyListUI();
                naverKeyListUI.StartPosition = FormStartPosition.Manual;
            }

            naverKeyListUI.Activate();
            naverKeyListUI.Init();
            naverKeyListUI.Show();
        }
Ejemplo n.º 2
0
 public void DestoryNaverKeyListUI()
 {
     naverKeyListUI = null;
 }