You are on page 1of 1

Public Class frmListProjects Private Sub frmListProjects_Load(ByVal sender As System.Object, ByVal e As S ystem.EventArgs) Handles MyBase.

Load 'TODO: This line of code loads data into the 'JaySolutionsDataSet3.Proje ct' table. You can move, or remove it, as needed. Me.ProjectTableAdapter.Fill(Me.JaySolutionsDataSet3.Project) End Sub End Class

You might also like