Example #1
0
        private void toolbar_ManagePortals_Click(object sender, EventArgs e)
        {
            managePortalsForm = new ManagePortals(GraphicsDevice, this);

            managePortalsForm.Show();
        }
Example #2
0
        // Overload Constructor
        public TilePalette(ManagePortals ParentForm)
        {
            //parent_form = (ManagePortals)ParentForm;

            this.Init();
        }