コード例 #1
0
ファイル: Storage.cs プロジェクト: simplitech/neo-lux
 public static void Delete(StorageContext context, byte[] key)
 {
     context.Delete(key);
 }