aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems
ModeNameSize
-rw-r--r--MessageNotificationItem.cs4632logstatsplain
-rw
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.FSE.Upgrade.Navigation
{
    public enum RemoteUpgradeView
    {
        WelcomeView,
        ApplicationUpgradeView,
        ApplicationUpgradeGeneratedView,
        FirmwareUpgradeView,
        FirmwareUpgradeGeneratedView
    }
}