Esempio n. 1
0
 public void HandleSearchForNotebookItems(INSearchForNotebookItemsIntent intent, Action <INSearchForNotebookItemsIntentResponse> completion)
 {
     Console.WriteLine("HandleSearchForNotebookItems");
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void HandleSearchForNotebookItems(INSearchForNotebookItemsIntent intent, Action <INSearchForNotebookItemsIntentResponse> completion)
 {
     throw new NotImplementedException();
 }