예제 #1
0
 private SpansCell Min()
 {
     return(Queue.Top());
 }
예제 #2
0
 private SpansCell Min()
 {
     return((SpansCell)queue.Top());
 }