aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/PowerDownStatusChangedEventArgs.cs
blob: 5c64b41a2e651b2523eaa137b6cb3021bb3268c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.PMR.Power;

namespace Tango.Integration.Operation
{
    public class PowerDownStatusChangedEventArgs : EventArgs
    {
        public StartPowerDownResponse Status { get; set; }
    }
}