【例子介绍】C# mobile手机 发送信息,读取联系人源码
【相关图片】
【源码结构】
文件清单
└── MsgSelf
    ├── MsgSelf
    │   ├── bin
    │   │   └── Debug
    │   │       ├── Microsoft.WindowsMobile.dll
    │   │       ├── Microsoft.WindowsMobile.Forms.dll
    │   │       ├── Microsoft.WindowsMobile.Forms.xml
    │   │       ├── Microsoft.WindowsMobile.PocketOutlook.dll
    │   │       ├── Microsoft.WindowsMobile.PocketOutlook.xml
    │   │       ├── Microsoft.WindowsMobile.xml
    │   │       ├── MsgSelf.exe
    │   │       ├── MsgSelf.pdb
    │   │       └── MsgSelf.rar
    │   ├── Frm_Conter.cs
    │   ├── Frm_Conter.Designer.cs
    │   ├── Frm_Conter.resx
    │   ├── Frm_main.cs
    │   ├── Frm_main.Designer.cs
    │   ├── Frm_main.resx
    │   ├── Frm_task.cs
    │   ├── Frm_task.Designer.cs
    │   ├── Frm_task.resx
    │   ├── ListCheckBox.cs
    │   ├── ListCheckBox.Designer.cs
    │   ├── ListCheckBox.resx
    │   ├── MsgSelf.csproj
    │   ├── MsgSelf.csproj.user
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── MsgSelf.csproj.GenerateResource.Cache
    │   │   │   ├── MsgSelf.exe
    │   │   │   ├── MsgSelf.Frm_Conter.resources
    │   │   │   ├── MsgSelf.Frm_main.resources
    │   │   │   ├── MsgSelf.pdb
    │   │   │   ├── MsgSelf.Properties.Resources.resources
    │   │   │   ├── Refactor
    │   │   │   └── TempPE
    │   │   └── MsgSelf.csproj.FileListAbsolute.txt
    │   ├── Program.cs
    │   └── Properties
    │       ├── AssemblyInfo.cs
    │       ├── Resources.Designer.cs
    │       └── Resources.resx
    ├── MsgSelf.sln
    └── MsgSelf.suo
9 directories, 36 files

 
 
 
					
				
评论