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