Esempio n. 1
0
        private void saveFile_FileOk(object sender, CancelEventArgs e)
        {
            var x = saveFile;

            if (String.IsNullOrEmpty(x.FileName))
            {
                return;
            }

            RunBarry.destinationfile = x.FileName;
            RunBarry.Execute();

            MessageBox.Show("Arquivos Convertidos com Sucesso", "Desenvolvido por Antonio", MessageBoxButtons.OK, MessageBoxIcon.Information);

            lstLista.Clear();
            RunBarry.Zerar();
            CheckBotao();
        }
Esempio n. 2
0
 private void btnLimpar_Click(object sender, EventArgs e)
 {
     lstLista.Clear();
     RunBarry.Zerar();
     CheckBotao();
 }