Example #1
0
 public frmPlaces(frmStarter parent)
 {
     InitializeComponent();
     this.Owner    = parent;
     this.Location = new Point(this.Owner.Location.X + 20, this.Owner.Location.Y + 20);
     imagePreview  = new frmImagePreview();
 }
Example #2
0
 public frmAreas(frmStarter parent)
 {
     InitializeComponent();
     this.Owner    = parent;
     this.Location = new Point(this.Owner.Location.X + 20, this.Owner.Location.Y + 20);
 }