public void ShowNaverKeyListUI() { if (naverKeyListUI == null) { naverKeyListUI = new NaverKeyListUI(); naverKeyListUI.StartPosition = FormStartPosition.Manual; } naverKeyListUI.Activate(); naverKeyListUI.Init(); naverKeyListUI.Show(); }
public void DestoryNaverKeyListUI() { naverKeyListUI = null; }