コード例 #1
0
 private void EmployeeGrid_OnInitialized(object sender, EventArgs e)
 {
     EmployeeGrid.DataContext = Client.GetAll(1).Data;
 }