using PLCIOPointTool.Views;
using System.Windows;
namespace PLCIOPointTool
{
///
/// Interaction logic for App.xaml
///
public partial class App : PrismApplication
{
protected override Window CreateShell() => Container.Resolve();
protected override void RegisterTypes(IContainerRegistry containerRegistry)
{
throw new NotImplementedException();
}
}
}