ArchiveDocumentHandlers.cs
352 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using Sungero.Core;
using Sungero.CoreEntities;
using DirRX.Storage.ArchiveDocument;
namespace DirRX.Storage
{
partial class ArchiveDocumentClientHandlers
{
public override void Showing(Sungero.Presentation.FormShowingEventArgs e)
{
base.Showing(e);
}
}
}