Reply to thread

GUIWindow.GetID is missing.


C# code:[code]        public override int GetID

        {

            get

            {

                return windowID;

            }

        }[/code]


Top Bottom