diff --git a/Machine/ImportExportMachiningWindowWD.xaml b/Machine/ImportExportMachiningWindowWD.xaml new file mode 100644 index 0000000..62d0bcb --- /dev/null +++ b/Machine/ImportExportMachiningWindowWD.xaml @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Machine/ImportExportMachiningWindowWD.xaml.vb b/Machine/ImportExportMachiningWindowWD.xaml.vb new file mode 100644 index 0000000..8aa4f5d --- /dev/null +++ b/Machine/ImportExportMachiningWindowWD.xaml.vb @@ -0,0 +1,16 @@ +Imports EgtWPFLib5 +Public Class ImportExportMachiningWindowWD + + Private m_MainWindow As MainWindow = DirectCast(Application.Current.MainWindow, MainWindow) + + Private WithEvents m_ImportExportMachiningWindowVM As ImportExportMachiningWindowVM + + Sub New(Owner As Window, ImportExportToolWindowVM As ImportExportMachiningWindowVM) + Me.Owner = Owner + ' This call is required by the designer. + InitializeComponent() + Me.DataContext = ImportExportToolWindowVM + ' Assegno al riferimento locale al VM il VM preso dal DataContext + m_ImportExportMachiningWindowVM = ImportExportToolWindowVM + End Sub +End Class diff --git a/Machine/MachiningDbPageUC.xaml b/Machine/MachiningDbPageUC.xaml index be5b03e..39b06da 100644 --- a/Machine/MachiningDbPageUC.xaml +++ b/Machine/MachiningDbPageUC.xaml @@ -931,14 +931,16 @@ - + +