Beispiel #1
0
        private void SubConditionRight_Click(object sender, EventArgs e)
        {
            ConditionWin cw = new ConditionWin(ref ai.controllers[triggers_list.SelectedIndex].CTD[controllers_list.SelectedIndex].rootConditon.ConditionRight, this, null);

            cw.Show();
        }
        private void SubConditionRight_Click(object sender, EventArgs e)
        {
            ConditionWin cw = new ConditionWin(ref ctdc.ConditionRight, null, this);

            cw.Show();
        }