Exemplo n.º 1
0
 public void OnLoadForm(object sender, EventArgs e)
 {
     dtDepartments = connection.GetDepartments();
     CreateTree();
 }