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