Example #1
0
 public ZhuyinReverseConversionProvider()
 {
     _dict = ZhuyinDictionary.GetInstanceAsync().GetAwaiter().GetResult();
 }
Example #2
0
 public ZhuyinReverseConversionProvider(bool skipLoadingDictionary = false)
 {
     _dict = ZhuyinDictionary.GetInstanceAsync(skipLoadingDictionary).GetAwaiter().GetResult();
 }