Warehouse.ErrorMessageBox.Handle C# (CSharp) Method

Handle() private method

private Handle ( Input action ) : void
action Input
return void
        void Handle(Input.Close action) {
            this.HideWindow();
            this.InvokeCallback();
        }