private void button3_Click(object sender, EventArgs e) { TextBox tb = (TextBox)(Lemon.SwapFindObject(false, "ActionText")[0]); Lemon.ActionRemove(tb, "TextChanged", Frame.Running.ActionType.Sequence); }
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)); }
private void button1_Click(object sender, EventArgs e) { TextBox tb = (TextBox)(Lemon.SwapFindObject(false, "ActionText")[0]); Lemon.ActionRemove(tb, "TextChanged"); }