Ejemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            TextBox tb = (TextBox)(Lemon.SwapFindObject(false, "ActionText")[0]);

            Lemon.ActionRemove(tb, "TextChanged", Frame.Running.ActionType.Sequence);
        }
Ejemplo n.º 2
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            TextBox tb = (TextBox)(Lemon.SwapFindObject(false, "ActionText")[0]);

            Lemon.ActionRemove(tb, "TextChanged", new EventHandler(this.EventHandler));
        }
Ejemplo n.º 3
0
        private void button1_Click(object sender, EventArgs e)
        {
            TextBox tb = (TextBox)(Lemon.SwapFindObject(false, "ActionText")[0]);

            Lemon.ActionRemove(tb, "TextChanged");
        }