private void pushListPicBox_Click(object sender, EventArgs e) { SendForm sendForm = new SendForm(); sendForm.Location = new Point(this.Location.X + 150, this.Location.Y + 120); sendForm.ShowDialog(); }
private void sendPicBox_Click(object sender, EventArgs e) { SendForm sendForm = new SendForm(); sendForm.ShowDialog(); }