예제 #1
0
 protected void CaseParseAssert(bool condition, string error)
 {
     Misc.Assert(condition, "Case parsing error: " + error);
 }