示例#1
0
        private void InitInputProxy()
        {
            AtlInputProxy inputproxy = new AtlInputProxy();

            inputproxy.Init(m_hWnd);
            m_panel.InputProxy = inputproxy;
        }
示例#2
0
文件: BaseView.cs 项目: viticm/pap2
 private void InitInputProxy()
 {
     AtlInputProxy inputproxy = new AtlInputProxy();
     inputproxy.Init(m_hWnd);
     m_panel.InputProxy = inputproxy;
 }