Exemplo n.º 1
0
        private void NewButton_Click(object sender, EventArgs e)
        {
            JobForm newJob = new JobForm();

            newJob.ShowDialog();
        }
Exemplo n.º 2
0
        public void newJob(string msg)
        {
            JobForm newjob = new JobForm(msg);

            newjob.ShowDialog();
        }