예제 #1
0
 private static void VerifyInitialized()
 {
     if (!initialized)
     {
         _ = Scintilla.GetModulePath();
     }
 }