diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-04-11 14:50:47 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-04-11 14:50:47 +0300 |
| commit | c400fa026cdb2bc5c1c5c25f5bfae37461e87cab (patch) | |
| tree | 07c9d4027e82ecfdd3be47ecd2a79369210097f6 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj | |
| parent | f33393bff08e57360953143e6bb93aa8eb03a852 (diff) | |
| download | Tango-c400fa026cdb2bc5c1c5c25f5bfae37461e87cab.tar.gz Tango-c400fa026cdb2bc5c1c5c25f5bfae37461e87cab.zip | |
Added Disconnect & Connect requests.
Fixed issue with Machine Connection View Scanning.
Fixed issue with ShowModalDialog close event..
Added ConnectedMachineView.
Added TransferRate for Adapters.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj index c13970674..eb4139936 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj @@ -159,6 +159,7 @@ <DependentUpon>MessageBoxWindow.xaml</DependentUpon> </Compile> <Compile Include="SupervisingController\IMainView.cs" /> + <Compile Include="ViewModels\ConnectedMachineViewVM.cs" /> <Compile Include="ViewModels\LoadingViewVM.cs" /> <Compile Include="ViewModels\LoginViewVM.cs" /> <Compile Include="ViewModels\MachineConnectionViewVM.cs" /> @@ -169,6 +170,9 @@ <Compile Include="ViewModels\ModuleWindowVM.cs" /> <Compile Include="ViewModels\ShutdownViewVM.cs" /> <Compile Include="ViewModels\UpdateViewVM.cs" /> + <Compile Include="Views\ConnectedMachineView.xaml.cs"> + <DependentUpon>ConnectedMachineView.xaml</DependentUpon> + </Compile> <Compile Include="Views\LoadingView.xaml.cs"> <DependentUpon>LoadingView.xaml</DependentUpon> </Compile> @@ -234,6 +238,10 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> + <Page Include="Views\ConnectedMachineView.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> <Page Include="Views\LoadingView.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> |
