Ejemplo n.º 1
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutBoxCip aboutForm = new AboutBoxCip();
     aboutForm.ShowDialog();
 }
Ejemplo n.º 2
0
        private void helpToolStripButton_Click(object sender, EventArgs e)
        {
            AboutBoxCip aboutBox = new AboutBoxCip();
            aboutBox.ShowDialog();

            /*if (!backgroundWorkerCip.IsBusy)
            {
                ImageFilter filter = new Cip.Filters.BitPlainExcision(4);
                backgroundWorkerCip.RunWorkerAsync(filter);
                this.CalculateHistogram();
            }*/
        }