示例#1
0
        private void DebugTools_Load(object sender, EventArgs e)
        {
            foreach (string i in GameObjectsManager.GetGameObjList())
            {
                listBox1.Items.Add(i);
            }

            tabPage1.VerticalScroll.Value = tabPage1.VerticalScroll.Maximum;
        }