This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using MBBSEmu.Logging; | |
| using NLog; | |
| using System; | |
| using System.IO; | |
| using System.Text; | |
| namespace MBBSEmu.Module | |
| { | |
| /// <summary> | |
| /// Parses a given Worldgroup/MajorBBS MSG file and outputs a compiled MCV file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Diagnostics; | |
| using System.Threading; | |
| using System.Threading.Tasks; | |
| namespace TimerTest | |
| { | |
| /// <summary> | |
| /// Oscillator class to pulse the specified AutoResetEvents at a higher frequency | |
| /// than the minimum resolution of most system timers of 1ms |