예제 #1
0
 private static SkillLogEntry FindMostRecentLogEntry(int fromFrame)
 {
     return(DebugFlow.FindMostRecentLogEntry(DebugFlow.SelectedLog, fromFrame));
 }
예제 #2
0
 private static void SelectMostRecentLogEntry(int fromFrame)
 {
     DebugFlow.SelectLogEntry(DebugFlow.FindMostRecentLogEntry(fromFrame), false);
 }