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