Example #1
0
 private void buttonSequences_Click(object sender, EventArgs e)
 {
     ShowForm(() =>
     {
         FormSequences.Run();
     });
 }
Example #2
0
        public static DialogResult Run()
        {
            var f = new FormSequences();

            return(f.ShowDialog());
        }