-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4651e5c
commit 39d7716
Showing
7 changed files
with
37 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 1 addition & 15 deletions
16
Modules/Wu.CommTool.Modules.ModbusRtu/ViewModels/CustomFrameViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 1 addition & 17 deletions
18
Modules/Wu.CommTool.Modules.ModbusRtu/ViewModels/DataMonitorViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 1 addition & 16 deletions
17
Modules/Wu.CommTool.Modules.ModbusRtu/ViewModels/SearchDeviceViewModel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
global using System; | ||
global using System.Linq; | ||
global using System.Threading.Tasks; | ||
global using System.Collections.ObjectModel; | ||
global using System.IO; | ||
global using System.Windows; | ||
|
||
global using Prism.Commands; | ||
global using Prism.Ioc; | ||
global using Prism.Regions; | ||
global using Prism.Services.Dialogs; | ||
|
||
global using MaterialDesignThemes.Wpf; | ||
global using Newtonsoft.Json; | ||
|
||
|
||
global using Wu.ViewModels; | ||
global using Wu.Wpf.Common; | ||
|
||
global using Wu.CommTool.Core; | ||
global using Wu.CommTool.Shared.Models; | ||
global using Wu.CommTool.Modules.ModbusRtu.Views; | ||
global using Wu.CommTool.Modules.ModbusRtu.Models; | ||
global using Wu.CommTool.Modules.ModbusRtu.ViewModels; | ||
global using Wu.CommTool.Modules.ModbusRtu.ViewModels.DialogViewModels; | ||
global using Wu.CommTool.Modules.ModbusRtu.Views.DialogViews; | ||
|
||
|
||
|