基本信息
源码名称:微软imagine cup竞赛的获奖作品(C#学习)
源码大小:0.34M
文件格式:.zip
开发语言:C#
更新时间:2022-06-05
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 5 元 
   源码介绍
微软imagine cup竞赛的获奖作品(C#学习)

.
├── Mobile
│   ├── 3rdParty
│   │   ├── FTPCom.dll
│   │   ├── M2XDAM Obex.dll
│   │   ├── OBEXLib.dll
│   │   ├── SoilNet.CSharpLib.dll
│   │   ├── System.Runtime.InteropServices.APIs.dll
│   │   └── System.Windows.Forms.TreeListView.dll
│   ├── AT
│   │   ├── AT.csproj
│   │   ├── AT.csproj.user
│   │   ├── ATCommandException.cs
│   │   ├── AtCommand.cs
│   │   ├── AtCommandResult.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       ├── AT.csproj.FileList.txt
│   │       ├── Debug
│   │       └── Release
│   ├── Accessory
│   │   ├── Accessary.csproj.user
│   │   ├── Accessory.csproj
│   │   ├── Accessory.csproj.user
│   │   ├── Accessory.suo
│   │   ├── AccessoryException.cs
│   │   ├── Application.cs
│   │   ├── ApplicationEventHandler.cs
│   │   ├── Blank.cs
│   │   ├── Button.cs
│   │   ├── CheckBox.cs
│   │   ├── Container.cs
│   │   ├── Control.cs
│   │   ├── DatePicker.cs
│   │   ├── Form.cs
│   │   ├── FormControl.cs
│   │   ├── Icons.cs
│   │   ├── Keys.cs
│   │   ├── Label.cs
│   │   ├── ListBox.cs
│   │   ├── ListItem.cs
│   │   ├── Menu.cs
│   │   ├── MessageBox.cs
│   │   ├── NumberBox.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Settings.cs
│   │   │   └── Settings.settings
│   │   ├── SliderBar.cs
│   │   ├── SmartDevice.cs
│   │   ├── TextBox.cs
│   │   ├── UserTerminatingEventHandler.cs
│   │   ├── Windows
│   │   │   ├── ApplicationAssistant.cs
│   │   │   └── VolumeAssistant.cs
│   │   └── obj
│   │       ├── Accessory.csproj.FileList.txt
│   │       ├── Debug
│   │       └── Release
│   ├── Communication
│   │   ├── Communication.csproj
│   │   ├── Communication.csproj.user
│   │   ├── ConnectionBuilder.cs
│   │   ├── IConnection.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SerialPortConnection.cs
│   │   └── obj
│   │       ├── Communication.csproj.FileList.txt
│   │       ├── Debug
│   │       └── Release
│   ├── MagicCube.Mobile.sln
│   ├── MagicCube.Mobile.suo
│   ├── Thumbs.db
│   ├── UnitTest
│   │   ├── AT
│   │   │   └── AtCommandTest.cs
│   │   ├── Accessary
│   │   │   ├── ButtonTest.cs
│   │   │   ├── Form1.cs
│   │   │   ├── FormTest.cs
│   │   │   ├── IconTest.cs
│   │   │   ├── MenuTest.cs
│   │   │   └── Windows
│   │   │       └── ApplicationAssistantTest.cs
│   │   ├── Communication
│   │   │   ├── CommunicationTest.cs
│   │   │   └── ObexTest.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.cs
│   │   │   └── Settings.settings
│   │   ├── RemoteControl
│   │   │   ├── RemoteControl.cs
│   │   │   ├── RemoteControlTest.cs
│   │   │   └── WmpControl.cs
│   │   ├── UnitTest.csproj
│   │   ├── UnitTest.csproj.user
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       ├── Debug
│   │       ├── Release
│   │       └── UnitTest.csproj.FileList.txt
│   └── bin
│       ├── AT.dll
│       ├── AT.pdb
│       ├── Accessory.dll
│       ├── Accessory.pdb
│       ├── Communication.dll
│       ├── FTPCom.dll
│       ├── M2XDAM Obex.dll
│       ├── SoilNet.CSharpLib.dll
│       ├── System.Runtime.InteropServices.APIs.dll
│       └── System.Windows.Forms.TreeListView.dll
└── 好例子网_微软imagine cup竞赛的获奖作品(C#学习)Mobile.zip

33 directories, 89 files