WebDavRamfsStoreFileInfo.cs 209 B

1234567891011
  1. using WebDAVSharp.Server.Stores.BaseClasses;
  2. namespace RamDavisk.Ramfs
  3. {
  4. internal class WebDavRamfsStoreFileInfo : WebDavFileInfoBase
  5. {
  6. public override void Apply()
  7. {
  8. }
  9. }
  10. }