public static void ClearOperationHistory(ushort handle) { int ret = FocasLib.cnc_clearophis(handle, 0); ret = FocasLib.cnc_clearomhis(handle); }