using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Media.Imaging;
using Tango.BL.Enumerations;
using Tango.PPC.Common;
using Tango.PPC.Events.Views;
using Tango.SharedUI.Helpers;
namespace Tango.PPC.Events
{
/// <summary>
/// Represents a PPC <see cref="EventsModule"/>.
/// </summary>
/// <seealso cref="Tango.PPC.Common.PPCModuleBase" />
[PPCModule(2)]
public class EventsModule : PPCModuleBase
{
/// <summary>
/// Gets the module name.
/// </summary>
public override string Name
{