private void Form1_Load(object sender, EventArgs e)
{
buttonEvent = "Load";
tvbook.Nodes.Clear();
loadTreeView();
tvbook.Focus();
tvbook.Select();


}
khi để chuột vào dòng loadTreeView(); thì báo lỗi the name "loadTreeView" does not exist in the current context

ai biết giúp mình với. thank you