예제 #1
0
 public void HandleMacro(OfcDirectiveType directive, string data)
 {
 }
예제 #2
0
파일: MarerHook.cs 프로젝트: SimuPoLAS/Ofc
 public abstract void HandleMacro(OfcDirectiveType directive, string data);
예제 #3
0
 public void HandleMacro(OfcDirectiveType directive, string data)
 {
     Console.WriteLine($"#{directive} {$"\"{data}\""}");
 }