예제 #1
0
 void Nodes_NodoAdicionado(object sender, NodoEventArgs e)
 {
     e.Nodo.Parent = this;
 }
예제 #2
0
 void Nodes_NodoEliminado(object sender, NodoEventArgs e)
 {
     e.Nodo.Parent = null;
 }