using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.PPC.Common;
namespace Tango.PPC.UI.ViewModels
{
public class InternalModuleViewVM : PPCViewModel
{
public override void OnApplicationStarted()
{
}
}
}