嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 5 元微信扫码支付:5 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
微软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