Exemple #1
0
        private void AdicionarEncaminhamentoButtonOnClick(object sender, EventArgs e)
        {
            ITarefaEncaminhamento.handleTarefa = BuscarHandleTarefa();
            ITarefaEncaminhamento iTarefaDocumentacao = new ITarefaEncaminhamento();

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

            iTarefaEncaminhamento.ShowDialog();
        }