Exemplo n.º 1
0
 public frmProjectPhoto()
 {
     InitializeComponent();
     m_oPhoto = new BusinessLayer.PhotoBL();
 }
Exemplo n.º 2
0
        public frmPhotoAttach()
        {
            InitializeComponent();

            m_oPhoto = new BusinessLayer.PhotoBL();
        }