Exemplo n.º 1
0
 private void ProductView_Load(object sender, EventArgs e)
 {
     _ctvCategory.showTree(_presenter.GetCategory());
     _ctvCategory.ExpandAll();
 }