Exemplo n.º 1
0
 public static void connectSon(IXmlBBase father, IXmlBBase son)
 {
     if (son != null)
     {
         son.setFather(father);
     }
 }
 public static void connectSon(IXmlBBase father, IXmlBBase son)
 {
     if (son != null)
         son.setFather(father);
 }