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