示例#1
0
 int CompareNC(NodeControl a, NodeControl b)
 {
     return(a.pos - b.pos);
 }