Zetbox.Client.Presentables.WindowViewModel.Close C# (CSharp) Method

Close() public method

public Close ( ) : void
return void
        public void Close()
        {
            this.Show = false;
        }