inject the widget assembly into the IoC as we are going to need it further in
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Reflection;
|
||||
|
||||
namespace Hyperbar.Widget;
|
||||
|
||||
public interface IWidgetAssembly
|
||||
{
|
||||
public Assembly Assembly { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user