OdessaGUIProject.UI_Helpers.WindowMenuEventArgs.WindowMenuEventArgs C# (CSharp) Method

WindowMenuEventArgs() public method

public WindowMenuEventArgs ( int command ) : System
command int
return System
        public WindowMenuEventArgs(int command)
            : base()
        {
            this.systemCommand = command;
        }
WindowMenuEventArgs