Ejemplo n.º 1
0
        private void CustomForm_Click(object sender, EventArgs e)
        {
            // launch custom UI
            CustomUI customWindow = new CustomUI(customParams, this);

            customWindow.Show();
        }
Ejemplo n.º 2
0
 private void CustomForm_Click(object sender, EventArgs e)
 {
     // launch custom UI
     CustomUI customWindow = new CustomUI(customParams, this);
     customWindow.Show();
 }