public AlertaUpload(CadastrarTarefa uploadTela, String file, String planejadoPara, string data) { InitializeComponent(); this.uploadTela = uploadTela; this.file = file; this.planejadoPara = planejadoPara; this.data = data; }
private void btnUploadArquivoTarefa_Click(object sender, RoutedEventArgs e) { CadastrarTarefa upload = new CadastrarTarefa(); upload.Show(); }