コード例 #1
0
 public void RegisterHintForView(string viewId, string hint)
 {
     hintDictionary[viewId] = new HintProvider(hint);
 }
コード例 #2
0
ファイル: HintsRepository.cs プロジェクト: aries544/eXpand
 public void RegisterHintForView(string viewId, string hint) {
     hintDictionary[viewId] = new HintProvider(hint);
 }