예제 #1
0
파일: frmWellItem.cs 프로젝트: hkiaipc/jsb
        public frmWellItem(DB db, tblWell well)
        {
            InitializeComponent();

            _well = well;
            Fill();
        }
예제 #2
0
파일: frmWellItem.cs 프로젝트: hkiaipc/jsb
 public tblWell GetWell()
 {
     if (_well == null)
     {
         _well = new tblWell();
     }
     return _well;
 }
예제 #3
0
파일: DB.designer.cs 프로젝트: hkiaipc/jsb
		private void detach_tblWell(tblWell entity)
		{
			this.SendPropertyChanging();
			entity.tblGwl = null;
		}
예제 #4
0
파일: DB.designer.cs 프로젝트: hkiaipc/jsb
		private void attach_tblWell(tblWell entity)
		{
			this.SendPropertyChanging();
			entity.tblGwl = this;
		}
예제 #5
0
파일: DB.designer.cs 프로젝트: hkiaipc/jsb
 partial void DeletetblWell(tblWell instance);
예제 #6
0
파일: DB.designer.cs 프로젝트: hkiaipc/jsb
 partial void UpdatetblWell(tblWell instance);
예제 #7
0
파일: DB.designer.cs 프로젝트: hkiaipc/jsb
 partial void InserttblWell(tblWell instance);