Ejemplo n.º 1
0
 public void RegisterHintForView(string viewId, string hint)
 {
     hintDictionary[viewId] = new HintProvider(hint);
 }
Ejemplo n.º 2
0
 public void RegisterHintForView(string viewId, string hint) {
     hintDictionary[viewId] = new HintProvider(hint);
 }