コード例 #1
0
ファイル: Root.xaml.cs プロジェクト: muneneevans/CRMS
 private void EmployeeSummary()
 {
     try
     {
         // get all the job typesavailable
         DB1 = new DBManager();
         this.JobTypesListView.ItemsSource = DB1.GetJobTypeDetails("");
     }
     catch { }
 }