예제 #1
0
 public SparkSensePresenter(ICompletionSession completionSession)
 {
     _view = new SparkSenseView(this);
     InitCompletionSession(completionSession);
     InitCompletionItems();
 }
예제 #2
0
 public SparkSensePresenter(ICompletionSession completionSession)
 {
     _view = new SparkSenseView(this);
     InitCompletionSession(completionSession);
     InitCompletionItems();
 }