Add project files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace TheXamlGuy.Framework.Core
|
||||
{
|
||||
public interface IScope
|
||||
{
|
||||
IDisposable Enter<T>(object target);
|
||||
|
||||
bool IsActive<T>(object target);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user