示例#1
0
        private void DecreaseColorTSAToolButton_Click(object sender, EventArgs e)
        {
            DecreaseColorTSAToolForm f = (DecreaseColorTSAToolForm)InputFormRef.JumpForm <DecreaseColorTSAToolForm>();

            f.InitMethod(2);
        }