示例#1
0
        public void Show()
        {
            int nCmdShow = 5;

            AutoSpy.ShowWindow(this.Handle, nCmdShow);
        }
示例#2
0
        public void Hide()
        {
            int nCmdShow = 0;

            AutoSpy.ShowWindow(this.Handle, nCmdShow);
        }