Exemplo n.º 1
0
 public static QCandidate ToQCandidate(Db4objects.Db4o.Internal.TreeInt tree, QCandidates
                                       candidates)
 {
     if (tree == null)
     {
         return(null);
     }
     return(tree.ToQCandidate(candidates));
 }
Exemplo n.º 2
0
 public static QCandidate ToQCandidate(TreeInt tree, QCandidates
                                       candidates)
 {
     if (tree == null)
     {
         return(null);
     }
     return(tree.ToQCandidate(candidates));
 }
Exemplo n.º 3
0
 public static QCandidate ToQCandidate(TreeInt tree, QCandidates
     candidates)
 {
     if (tree == null)
     {
         return null;
     }
     return tree.ToQCandidate(candidates);
 }