Exemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     errorBox    = new ErrorEventBox();
     this.Bounds = new Rectangle(this.Location, new Size(298, 386));
 }
Exemplo n.º 2
0
 public Form1()
 {
     InitializeComponent();
     errorBox = new ErrorEventBox();
     this.Bounds = new Rectangle(this.Location, new Size(298, 386));
 }