public ImageBrowser(PFUANMaster pfUANMaster, PictureBox picBox, String strType) { childPFUANMaster = pfUANMaster; pic = picBox; strFormType = strType; InitializeComponent(); }
private void PFUANMaster_Load(object sender, EventArgs e) { gpFirst.Visible = true; gpSecond.Visible = false; FillDocType(); obj = this; }