OdessaGUIProject.UI_Helpers.WindowMenuEventArgs.WindowMenuEventArgs C# (CSharp) 메소드

WindowMenuEventArgs() 공개 메소드

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