using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.FSE.Common.Navigation;
using Tango.FSE.Upgrade.Navigation;
namespace Tango.FSE.Upgrade
{
public class RemoteUpgradeViewModel : ModularNavigationFSEViewModel<RemoteUpgradeView>
{
}
}