public ColorChangePanel(InputPanel ip, object ob, ObjectInspectorPanel oip) { inputPanel = ip; objectInspectorPanel = oip; InitializeComponent(); initialiseColors(); updateListBox(ob); }
private void objectInspectorButton_Click(object sender, EventArgs e) { ObjectInspectorPanel objectInspectorPanel = new ObjectInspectorPanel(this); objectInspectorPanel.Show(); }