C#串口调试助手代码
.
├── 界面漂亮 功能实用的串口调试助手源码
│ ├── SerialCom
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── FeedBackWindow.xaml
│ │ ├── FeedBackWindow.xaml.cs
│ │ ├── InfoWindow.xaml
│ │ ├── InfoWindow.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SaveModWindow.xaml
│ │ ├── SaveModWindow.xaml.cs
│ │ ├── SerialCom.csproj
│ │ ├── SerialCom.csproj.user
│ │ ├── SerialCom_TemporaryKey.pfx
│ │ ├── Window1.xaml
│ │ ├── Window1.xaml.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── SerialCom.application
│ │ │ │ ├── SerialCom.exe
│ │ │ │ ├── SerialCom.exe.config
│ │ │ │ ├── SerialCom.exe.manifest
│ │ │ │ ├── SerialCom.pdb
│ │ │ │ ├── SerialCom.vshost.application
│ │ │ │ ├── SerialCom.vshost.exe
│ │ │ │ ├── SerialCom.vshost.exe.config
│ │ │ │ ├── SerialCom.vshost.exe.manifest
│ │ │ │ └── app.publish
│ │ │ │ ├── Application Files
│ │ │ │ │ └── SerialCom_1_0_0_2
│ │ │ │ │ ├── SerialCom.exe.config.deploy
│ │ │ │ │ ├── SerialCom.exe.deploy
│ │ │ │ │ ├── SerialCom.exe.manifest
│ │ │ │ │ └── image
│ │ │ │ │ └── icon.ico.deploy
│ │ │ │ ├── SerialCom.application
│ │ │ │ └── setup.exe
│ │ │ └── Release
│ │ ├── image
│ │ │ ├── 1.png
│ │ │ ├── 2.jpg
│ │ │ ├── 20140328093909583_easyicon_net_96.ico
│ │ │ ├── 3.png
│ │ │ ├── Off.png
│ │ │ ├── On.png
│ │ │ ├── background.png
│ │ │ ├── document.png
│ │ │ ├── exit.png
│ │ │ ├── feedback.png
│ │ │ ├── help.png
│ │ │ ├── icon.ico
│ │ │ ├── info.png
│ │ │ ├── open.png
│ │ │ ├── qq.png
│ │ │ ├── save.png
│ │ │ ├── weibo.jpg
│ │ │ └── weixin.png
│ │ └── obj
│ │ └── Debug
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── FeedBackWindow.baml
│ │ ├── FeedBackWindow.g.cs
│ │ ├── FeedBackWindow.g.i.cs
│ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ ├── InfoWindow.baml
│ │ ├── InfoWindow.g.cs
│ │ ├── InfoWindow.g.i.cs
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── SaveMod.g.i.cs
│ │ ├── SaveModWindow.baml
│ │ ├── SaveModWindow.g.cs
│ │ ├── SaveModWindow.g.i.cs
│ │ ├── SerialCom.Properties.Resources.resources
│ │ ├── SerialCom.application
│ │ ├── SerialCom.csproj.FileListAbsolute.txt
│ │ ├── SerialCom.csproj.GenerateResource.Cache
│ │ ├── SerialCom.csprojResolveAssemblyReference.cache
│ │ ├── SerialCom.exe
│ │ ├── SerialCom.exe.manifest
│ │ ├── SerialCom.g.resources
│ │ ├── SerialCom.pdb
│ │ ├── SerialCom_Content.g.i.cs
│ │ ├── SerialCom_MarkupCompile.cache
│ │ ├── SerialCom_MarkupCompile.i.cache
│ │ ├── SerialCom_MarkupCompile.i.lref
│ │ ├── SerialCom_MarkupCompile.lref
│ │ ├── SerialMainWindow.g.i.cs
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Window1.g.i.cs
│ ├── SerialCom.sln
│ ├── SerialCom.suo
│ └── SerialCom.v12.suo
└── 找例子网_界面漂亮 功能实用的串口调试助手源码 (1).rar
14 directories, 96 files
评论