Exemplo n.º 1
0
        public IPP()
        {
            configReader = new AppSettingsReader();
            connString   = configReader.GetValue("Main.ConnectionString", typeof(string)).ToString();

            myIPP      = new TblIPP();
            dtblPreset = myIPP.SelectAllIPPMembership();
        }
Exemplo n.º 2
0
 private void InitLookupEdit(int Id)
 {
     myIPP             = new TblIPP();
     myIPP.NIPPID      = Id;
     dtblIPPLookupEdit = myIPP.SelectOne();
 }
Exemplo n.º 3
0
 private void Init()
 {
     myIPP       = new TblIPP();
     myDataTable = myIPP.SelectAll();
 }