using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.Core.DI;
using Tango.Integration.ExternalBridge;
using Tango.PPC.Common;
using Tango.PPC.Common.Application;
using Tango.PPC.Common.Authentication;
using Tango.PPC.Common.ExternalBridge;
using Tango.PPC.Common.Modules;
using Tango.PPC.Common.Navigation;
using Tango.PPC.Common.Notifications;
using Tango.SharedUI;
namespace Tango.PPC.UI.ViewModels
{
///
/// Represents the PPC main view model.
///
///
public class MainViewVM : PPCViewModel
{
///
/// Called when the application has been started.
///
public override void OnApplicationStarted()
{
}
}
}