RequestProcessingAssignmentHandlers.cs 584 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using Sungero.Core;
using Sungero.CoreEntities;
using DirRX.Storage.RequestProcessingAssignment;

namespace DirRX.Storage
{
  partial class RequestProcessingAssignmentClientHandlers
  {

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

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

  }
}