コード例 #1
0
ファイル: BrowserView.cs プロジェクト: WikiLibs/WinClient
 private bool HasPatch(string key)
 {
     return(_browser.CanPatch(key));
 }