Ejemplo n.º 1
0
 public void ReadScreens()
 {
   //Read in Screens throug the table adapter
   SCREENTableAdapter STA = new SCREENTableAdapter();
   STA.Connection.ConnectionString = ConnectionString;
   STA.Fill(SCREEN);
   STA.Dispose();
 }
Ejemplo n.º 2
0
        public void ReadScreens()
        {
            //Read in Screens throug the table adapter
            SCREENTableAdapter STA = new SCREENTableAdapter();

            STA.Connection.ConnectionString = ConnectionString;
            STA.Fill(SCREEN);
            STA.Dispose();
        }