Filtration/Filtration.Common/Messages/ThemeClosedMessage.cs

13 lines
202 B
C#
Raw Normal View History

2015-07-06 08:41:46 -04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Filtration.Common.Messages
{
class ThemeClosedMessage
{
}
}