init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using DTS.Common.Interface;
|
||||
|
||||
namespace DBImportExport
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for PowerAndBatteryView.xaml
|
||||
/// </summary>
|
||||
public partial class DBImportView : IDBImportView
|
||||
{
|
||||
public DBImportView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user