コード例 #1
0
ファイル: StorageService.cs プロジェクト: wgq4812/revcore
 public long UidRegister(StorageItem Item)
 {
     return(IDFactory.Register(Item.UID));
 }