Exemple #1
0
 public static bool IsDownload(this SyncTarget.types type) =>
 type == SyncTarget.types.download;
Exemple #2
0
 public static bool IsUpload(this SyncTarget.types type) =>
 type == SyncTarget.types.upload;