private void AdicionarEncaminhamentoButtonOnClick(object sender, EventArgs e) { ITarefaEncaminhamento.handleTarefa = BuscarHandleTarefa(); ITarefaEncaminhamento iTarefaDocumentacao = new ITarefaEncaminhamento(); iTarefaDocumentacao.ShowDialog(); }
private void EncaminhamentoCellDoubleClick(object sender, DataGridViewCellEventArgs e) { ITarefaEncaminhamento.handleTarefa = BuscarHandleTarefa(); ITarefaEncaminhamento.handleEncaminhamento = BuscarHandleEncaminhamento(); ITarefaEncaminhamento iTarefaEncaminhamento = new ITarefaEncaminhamento(); iTarefaEncaminhamento.ShowDialog(); }