Kenric Nugteren пре 7 месеци
родитељ
комит
9612ddd19a
2 измењених фајлова са 6 додато и 2 уклоњено
  1. 6 0
      InABox.Core/AssemblyInfo.cs
  2. 0 2
      InABox.Core/BaseObject.cs

+ 6 - 0
InABox.Core/AssemblyInfo.cs

@@ -0,0 +1,6 @@
+using AutoProperties;
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+[assembly: BypassAutoPropertySettersInConstructors(true)]

+ 0 - 2
InABox.Core/BaseObject.cs

@@ -12,8 +12,6 @@ using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.Serialization;
 
-//using PropertyChanged;
-
 namespace InABox.Core
 {
     public class DoNotSerialize : Attribute