aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Sites/Images
ModeNameSize
-rw-r--r--machine_site.png207547logstatsplain
-rw-r--r
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.Integration.Operation;
using Tango.SharedUI;

namespace Tango.PPC.Jobs.Dialogs
{
    public class SpoolChangeViewVM : DialogViewVM
    {
        public SpoolChangeRequiredEventArgs SpoolChangeRequiredEventArgs { get; set; }

        public SpoolChangeViewVM(SpoolChangeRequiredEventArgs spoolChangeRequiredEventArgs)
        {
            SpoolChangeRequiredEventArgs = spoolChangeRequiredEventArgs;
        }
    }
}