コード例 #1
0
ファイル: PenController.cs プロジェクト: chyccs/UWP-SDK
 /// <summary>
 /// Request to remove offline data in device.
 /// </summary>
 /// <param name="section">The Section Id of the paper</param>
 /// <param name="owner">The Owner Id of the paper</param>
 /// <param name="notes">The Note Id's array of the paper</param>
 public void RequestRemoveOfflineData(int section, int owner, int[] notes)
 {
     Request(null, () => mClientV2.ReqRemoveOfflineData(section, owner, notes));
 }