Example #1
0
 private void BtnResultClick(object sender, EventArgs e)
 {
     var statForm = new StatInfoForm(robotContext);
     statForm.Show(this);
 }
Example #2
0
        private void BtnResultClick(object sender, EventArgs e)
        {
            var statForm = new StatInfoForm(robotContext);

            statForm.Show(this);
        }