private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            huffman rlcd = new huffman();

            rlcd.ShowDialog();
        }
Exemple #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            huffman rlcd = new huffman(input.Text);

            rlcd.ShowDialog();
        }