private void OverviewButton_Click(object sender, EventArgs e) { OverviewPanel.BringToFront(); }
public RSAEncryption() { InitializeComponent(); OverviewPanel.BringToFront(); simulation = new Simulation(); }