コード例 #1
0
 public ImageBrowser(PFUANMaster pfUANMaster, PictureBox picBox, String strType)
 {
     childPFUANMaster = pfUANMaster;
     pic         = picBox;
     strFormType = strType;
     InitializeComponent();
 }
コード例 #2
0
        private void PFUANMaster_Load(object sender, EventArgs e)
        {
            gpFirst.Visible  = true;
            gpSecond.Visible = false;
            FillDocType();

            obj = this;
        }