public void pomMetoda() { if (btnRunEscalation.InvokeRequired) { btnRunEscalation.Invoke(new Action(pomMetoda)); return; } if (kki.Escalation2(cmbAssociatedForms.SelectedItem.ToString(), txtCondition.Text) == false) { if (kki.PushField2(txtAction.Text) == false) { Console.WriteLine("Provera je izvrsena!"); } } }