Exemple #1
0
 public frmProjectPhoto()
 {
     InitializeComponent();
     m_oPhoto = new BusinessLayer.PhotoBL();
 }
Exemple #2
0
        public frmPhotoAttach()
        {
            InitializeComponent();

            m_oPhoto = new BusinessLayer.PhotoBL();
        }