예제 #1
0
		private bool IsLeaf(QCon qcon)
		{
			return !qcon.HasChildren();
		}