Exemplo n.º 1
0
        private void SetBackButton_Click(object sender, EventArgs e)
        {
            BackFormcs dialog = new BackFormcs();

            dialog.Owner         = this;
            dialog.ApplyHandler += new EventHandler(setColour);
            dialog.Show();
        }