private void Form1_Load(object sender, EventArgs e) { datapack = new DataPack(Directory.GetCurrentDirectory()); datapack.Load(); buildItemsTree(); }