EgtCAM5 :

- Aggiunta selezione MTable correntemente attiva.
This commit is contained in:
Emmanuele Sassi
2016-10-24 09:52:38 +00:00
parent e3f863a16d
commit e3a00c0933
9 changed files with 136 additions and 8 deletions
@@ -0,0 +1,11 @@
<UserControl x:Class="SingleFolderOpenFileDialogView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
<Grid>
</Grid>
</UserControl>
@@ -0,0 +1,3 @@
Public Class SingleFolderOpenFileDialogView
End Class
@@ -0,0 +1,3 @@
Public Class SingleFolderOpenFileDialogViewModel
End Class