Пример #1
0
 public TreeListView()
 {
     InitializeComponent();
     _northWind = new NorthWind();
     _northWind.ReadXml(Context.Server.MapPath("~\\Resources\\UserData\\NorthWindData.XML"));
 }