Exemple #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     pictureBox1.Width  = this.panel1.Width - 20;
     pictureBox1.Height = this.panel1.Width - 20;
     Conexion conexion = Conexion.getSingleton();
 }