aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/UpdateFromFileViewVM.cs
blob: a38b0431a4c476fe2324d4f42e18f08713589a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.PPC.Common.Publish;
using Tango.SharedUI;

namespace Tango.PPC.UI.Dialogs
{
    public class UpdateFromFileViewVM : DialogViewVM
    {
        public PublishInfo PublishInfo { get; set; }

        public String FirmwareVersion
        {
            get { return PublishInfo.GetFirmwareVersion(); }
        }
    }
}
/// Occurs when the setup has made some progress. /// </summary> event EventHandler<MachineSetupProgress> Progress; /// <summary> /// Performs a machine setup using the specified serial number and machine service address. /// </summary> /// <param name="serialNumber">The serial number.</param> /// <returns></returns> Task<MachineSetupResult> Setup(String serialNumber); } }