Beispiel #1
0
        private void buttonUSOnly_Click(object sender, EventArgs e)
        {
            EquitiesStep1 step1 = new EquitiesStep1();

            step1.StartUSOnly();
        }
Beispiel #2
0
        private void buttonScreener_Click(object sender, EventArgs e)
        {
            EquitiesStep1 step1 = new EquitiesStep1();

            step1.Start();
        }