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