|
|
@ -4,13 +4,13 @@ using System.Collections.Generic; |
|
|
|
using System.Reflection; |
|
|
|
using System.Threading; |
|
|
|
using System.Runtime.CompilerServices; |
|
|
|
using System.ComponentModel; |
|
|
|
using IPA.Config.Data; |
|
|
|
using System.ComponentModel; |
|
|
|
using IPA.Config.Data; |
|
|
|
#if NET3
|
|
|
|
using Net3_Proxy; |
|
|
|
using Array = Net3_Proxy.Array; |
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: InternalsVisibleTo(IPA.Config.Stores.GeneratedStore.AssemblyVisibilityTarget)] |
|
|
|
|
|
|
|
namespace IPA.Config.Stores |
|
|
@ -35,7 +35,7 @@ namespace IPA.Config.Stores |
|
|
|
void CopyFrom(T source, bool useLock); |
|
|
|
} |
|
|
|
internal interface IGeneratedPropertyChanged : INotifyPropertyChanged |
|
|
|
{ |
|
|
|
{ |
|
|
|
PropertyChangedEventHandler PropertyChangedEvent { get; } |
|
|
|
} |
|
|
|
|
|
|
|