コード例 #1
0
 public bool AddNotebook(string notebook_name)
 {
     return(remote.AddNotebook(notebook_name));
 }