Various refactorings to support ItemFilterPreview

This commit is contained in:
Ben Wallis
2016-01-31 10:51:53 +00:00
parent d159f0b262
commit 86dc03f4ff
49 changed files with 623 additions and 212 deletions

View File

@@ -1,9 +1,15 @@
using Filtration.ObjectModel.Enums;
using System;
using Filtration.ObjectModel.Enums;
namespace Filtration.ObjectModel
{
[Serializable]
public class Socket
{
private Socket()
{
}
public Socket(SocketColor color)
{
Color = color;