Exemplo n.º 1
0
        public bool showWindow()
        {
            bool flag = Vip72Handle.ShowWindow(this._MainHandle, Vip72Handle.ShowWindowCommands.Show);

            this.setVip72TopMost();
            return(flag);
        }
Exemplo n.º 2
0
 public bool hideWindow()
 {
     return(Vip72Handle.ShowWindow(this._MainHandle, Vip72Handle.ShowWindowCommands.Hide));
 }