Beispiel #1
0
 public void RegisterHintForView(string viewId, string hint)
 {
     hintDictionary[viewId] = new HintProvider(hint);
 }
Beispiel #2
0
 public void RegisterHintForView(string viewId, string hint) {
     hintDictionary[viewId] = new HintProvider(hint);
 }