예제 #1
0
 public IntPtr Hunspell_initialize(byte[] affFile, byte[] dictFile)
 {
     return(NativeLibhunspell_1_3_0.Hunspell_initialize(affFile, dictFile));
 }