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