CaseFileHandlers.cs 583 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using Sungero.Core;
using Sungero.CoreEntities;
using DirRX.LongTermArchive.CaseFile;

namespace DirRX.LongTermArchive
{
  partial class CaseFileClientHandlers
  {

    public override void Refresh(Sungero.Presentation.FormRefreshEventArgs e)
    {
      base.Refresh(e);
      
      Functions.CaseFile.SetStateProperties(_obj);
    }

    public override void Showing(Sungero.Presentation.FormShowingEventArgs e)
    {
      base.Showing(e);
     
      Functions.CaseFile.SetStateProperties(_obj);
    }
  }

}