在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#课程设计源代码.rar

C#课程设计源代码.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:6.11M
  • 下载次数:1
  • 浏览次数:86
  • 发布时间:2021-12-09
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
C#课程设计源代码,十分经典,有WEB浏览器,俄罗斯方块,网络聊天室,邮件管理系统三个程序源代码,都能正确运行,并有详尽注释,对你学习参考很有价值。
【实例截图】
【核心代码】
C#课程设计源码.rar
└── C#课程设计源码
├── Exa3-Web浏览器
│   └── WebBrowser
│   ├── WebBrowser
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── Images
│   │   │   ├── back.jpg
│   │   │   ├── forward.jpg
│   │   │   ├── home.jpg
│   │   │   ├── new.jpg
│   │   │   ├── refresh.jpg
│   │   │   └── stop.jpg
│   │   ├── IOleCommandTarget.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   ├── obj
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── Debug
│   │   │   │   ├── temp
│   │   │   │   ├── TempPE
│   │   │   │   ├── WebBrowser.exe
│   │   │   │   ├── WebBrowser.MainForm.resources
│   │   │   │   ├── WebBrowser.pdb
│   │   │   │   └── WebBrowser.projdata
│   │   │   └── Interop.SHDocVw.dll
│   │   ├── WebBrowser.csproj
│   │   └── WebBrowser.csproj.user
│   ├── WebBrowser.sln
│   └── WebBrowser.suo
├── Exa5-俄罗斯方块
│   ├── MyBlock
│   │   ├── AnotherBlock.cs
│   │   ├── AnotherBlock-ptBR.chm
│   │   ├── AnotherBlock.resx
│   │   ├── Another Block.suo
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Another Block.exe
│   │   │   ├── Another Block.pdb
│   │   │   ├── Another Block.vshost.exe
│   │   │   ├── bass.dll
│   │   │   ├── basswma.dll
│   │   │   ├── en
│   │   │   │   └── Another Block.resources.dll
│   │   │   ├── en-US
│   │   │   │   └── Another Block.resources.dll
│   │   │   ├── images
│   │   │   │   ├── about.jpg
│   │   │   │   ├── block01.gif
│   │   │   │   ├── block02.gif
│   │   │   │   ├── block03.gif
│   │   │   │   ├── block04.gif
│   │   │   │   ├── block05.gif
│   │   │   │   ├── block06.gif
│   │   │   │   ├── block07.gif
│   │   │   │   ├── block08.gif
│   │   │   │   ├── block09.gif
│   │   │   │   ├── block10.gif
│   │   │   │   ├── block11.gif
│   │   │   │   ├── block12.gif
│   │   │   │   ├── block13.gif
│   │   │   │   ├── block14.gif
│   │   │   │   └── logo_tempo.jpg
│   │   │   ├── nBASS.dll
│   │   │   ├── pt
│   │   │   │   └── Another Block.resources.dll
│   │   │   ├── pt-BR
│   │   │   │   └── Another Block.resources.dll
│   │   │   └── sounds
│   │   │   ├── hit.mp3
│   │   │   ├── level.mp3
│   │   │   ├── line.mp3
│   │   │   └── music.mp3
│   │   ├── Block.cs
│   │   ├── Blocks.cs
│   │   ├── BlockType.cs
│   │   ├── BlockTypes.cs
│   │   ├── Brick.cs
│   │   ├── Game.cs
│   │   ├── GameState.cs
│   │   ├── GPL-pt_BR.txt
│   │   ├── Help.ico
│   │   ├── HighScore.cs
│   │   ├── HighScore.en.resx
│   │   ├── HighScoreEntry.cs
│   │   ├── HighScore.en-US.resx
│   │   ├── HighScore.pt-BR.resx
│   │   ├── HighScore.pt.resx
│   │   ├── HighScore.resx
│   │   ├── images
│   │   │   ├── about.jpg
│   │   │   ├── block01.gif
│   │   │   ├── block02.gif
│   │   │   ├── block03.gif
│   │   │   ├── block04.gif
│   │   │   ├── block05.gif
│   │   │   ├── block06.gif
│   │   │   ├── block07.gif
│   │   │   ├── block08.gif
│   │   │   ├── block09.gif
│   │   │   ├── block10.gif
│   │   │   ├── block11.gif
│   │   │   ├── block12.gif
│   │   │   ├── block13.gif
│   │   │   ├── block14.gif
│   │   │   └── logo_tempo.jpg
│   │   ├── InputName.cs
│   │   ├── InputName.en.resx
│   │   ├── InputName.en-US.resx
│   │   ├── InputName.pt-BR.resx
│   │   ├── InputName.pt.resx
│   │   ├── InputName.resx
│   │   ├── MyBlock.csproj
│   │   ├── MyBlock.csproj.user
│   │   ├── MyBlockMain.cs
│   │   ├── MyBlockMain.en.resx
│   │   ├── MyBlockMain.en-US.resx
│   │   ├── MyBlockMain.pt-BR.resx
│   │   ├── MyBlockMain.pt.resx
│   │   ├── MyBlockMain.resx
│   │   ├── MyBlock.sln
│   │   ├── MyBlock.snk
│   │   ├── MyBlock.suo
│   │   ├── nBASS.dll
│   │   ├── nBASS.dll.config
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── af
│   │   │   │   ├── AnotherBlock.AnotherBlockMain.en.resources
│   │   │   │   ├── AnotherBlock.AnotherBlockMain.en-US.resources
│   │   │   │   ├── AnotherBlock.AnotherBlockMain.pt-BR.resources
│   │   │   │   ├── AnotherBlock.AnotherBlockMain.pt.resources
│   │   │   │   ├── AnotherBlock.AnotherBlockMain.resources
│   │   │   │   ├── AnotherBlock.AnotherBlock.resources
│   │   │   │   ├── Another Block.exe
│   │   │   │   ├── AnotherBlock.HighScore.en.resources
│   │   │   │   ├── AnotherBlock.HighScore.en-US.resources
│   │   │   │   ├── AnotherBlock.HighScore.pt-BR.resources
│   │   │   │   ├── AnotherBlock.HighScore.pt.resources
│   │   │   │   ├── AnotherBlock.HighScore.resources
│   │   │   │   ├── AnotherBlock.InputName.en.resources
│   │   │   │   ├── AnotherBlock.InputName.en-US.resources
│   │   │   │   ├── AnotherBlock.InputName.pt-BR.resources
│   │   │   │   ├── AnotherBlock.InputName.pt.resources
│   │   │   │   ├── AnotherBlock.InputName.resources
│   │   │   │   ├── Another Block.pdb
│   │   │   │   ├── Another Block.projdata
│   │   │   │   ├── Another Block.projdata1
│   │   │   │   ├── AnotherBlock.Resources.pt-BR.resources
│   │   │   │   ├── AnotherBlock.Resources.resources
│   │   │   │   ├── AnotherBlock.StartAt.en.resources
│   │   │   │   ├── AnotherBlock.StartAt.en-US.resources
│   │   │   │   ├── AnotherBlock.StartAt.pt-BR.resources
│   │   │   │   ├── AnotherBlock.StartAt.pt.resources
│   │   │   │   ├── AnotherBlock.StartAt.resources
│   │   │   │   ├── en
│   │   │   │   │   └── Another Block.resources.dll
│   │   │   │   ├── en-US
│   │   │   │   │   └── Another Block.resources.dll
│   │   │   │   ├── MyBlock.csproj.GenerateResource.Cache
│   │   │   │   ├── pt
│   │   │   │   │   └── Another Block.resources.dll
│   │   │   │   ├── pt-BR
│   │   │   │   │   └── Another Block.resources.dll
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── temp
│   │   │   │   └── TempPE
│   │   │   ├── MyBlock.csproj.FileList.txt
│   │   │   └── Release
│   │   │   ├── AnotherBlock.About.en.resources
│   │   │   ├── AnotherBlock.About.en-US.resources
│   │   │   ├── AnotherBlock.About.pt-BR.resources
│   │   │   ├── AnotherBlock.About.pt.resources
│   │   │   ├── AnotherBlock.About.resources
│   │   │   ├── AnotherBlock.AnotherBlockMain.en.resources
│   │   │   ├── AnotherBlock.AnotherBlockMain.en-US.resources
│   │   │   ├── AnotherBlock.AnotherBlockMain.pt-BR.resources
│   │   │   ├── AnotherBlock.AnotherBlockMain.pt.resources
│   │   │   ├── AnotherBlock.AnotherBlockMain.resources
│   │   │   ├── Another Block.exe
│   │   │   ├── AnotherBlock.HighScore.en.resources
│   │   │   ├── AnotherBlock.HighScore.en-US.resources
│   │   │   ├── AnotherBlock.HighScore.pt-BR.resources
│   │   │   ├── AnotherBlock.HighScore.pt.resources
│   │   │   ├── AnotherBlock.HighScore.resources
│   │   │   ├── AnotherBlock.InputName.en.resources
│   │   │   ├── AnotherBlock.InputName.en-US.resources
│   │   │   ├── AnotherBlock.InputName.pt-BR.resources
│   │   │   ├── AnotherBlock.InputName.pt.resources
│   │   │   ├── AnotherBlock.InputName.resources
│   │   │   ├── Another Block.projdata
│   │   │   ├── AnotherBlock.Resources.pt-BR.resources
│   │   │   ├── AnotherBlock.Resources.resources
│   │   │   ├── AnotherBlock.StartAt.en.resources
│   │   │   ├── AnotherBlock.StartAt.en-US.resources
│   │   │   ├── AnotherBlock.StartAt.pt-BR.resources
│   │   │   ├── AnotherBlock.StartAt.pt.resources
│   │   │   ├── AnotherBlock.StartAt.resources
│   │   │   ├── en
│   │   │   │   └── Another Block.resources.dll
│   │   │   ├── en-US
│   │   │   │   └── Another Block.resources.dll
│   │   │   ├── pt
│   │   │   │   └── Another Block.resources.dll
│   │   │   ├── pt-BR
│   │   │   │   └── Another Block.resources.dll
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   ├── Resources.pt-BR.resx
│   │   ├── Resources.resx
│   │   ├── Sound.cs
│   │   ├── sounds
│   │   │   ├── hit.mp3
│   │   │   ├── level.mp3
│   │   │   ├── line.mp3
│   │   │   └── music.mp3
│   │   ├── StartAt.cs
│   │   ├── StartAt.en.resx
│   │   ├── StartAt.en-US.resx
│   │   ├── StartAt.pt-BR.resx
│   │   ├── StartAt.pt.resx
│   │   ├── StartAt.resx
│   │   ├── Thumbs.db
│   │   ├── Uninstall.ico
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── 使用说明.txt
├── Exa7-网络聊天室
│   └── DevChatSolution
│   ├── DCBusiness
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DCBusiness.dll
│   │   │   └── DCBusiness.pdb
│   │   ├── Conversation.cs
│   │   ├── DCBusiness.csproj
│   │   ├── DCBusiness.csproj.eto
│   │   ├── DCBusiness.csproj.user
│   │   ├── DCMessage.cs
│   │   ├── DCServerException.cs
│   │   ├── Invite.cs
│   │   ├── Mediator.cs
│   │   ├── Member.cs
│   │   ├── obj
│   │   │   ├── DCBusiness.csproj.FileListAbsolute.txt
│   │   │   └── Debug
│   │   │   ├── DCBusiness.dll
│   │   │   ├── DCBusiness.pdb
│   │   │   ├── DCBusiness.projdata
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   └── ServerMessage.cs
│   ├── DCFacade
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DCBusiness.dll
│   │   │   ├── DCBusiness.pdb
│   │   │   ├── DCFacade.dll
│   │   │   └── DCFacade.pdb
│   │   ├── DCFacade.csproj
│   │   ├── DCFacade.csproj.eto
│   │   ├── DCFacade.csproj.user
│   │   ├── Facade.cs
│   │   └── obj
│   │   ├── DCFacade.csproj.FileListAbsolute.txt
│   │   └── Debug
│   │   ├── DCFacade.dll
│   │   ├── DCFacade.pdb
│   │   ├── DCFacade.projdata
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── temp
│   │   └── TempPE
│   ├── DCWinUI
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── close.bmp
│   │   │   ├── DCBusiness.dll
│   │   │   ├── DCBusiness.pdb
│   │   │   ├── DCFacade.dll
│   │   │   ├── DCFacade.pdb
│   │   │   ├── DCWinUI.exe
│   │   │   ├── DCWinUI.pdb
│   │   │   ├── DCWinUI.vshost.exe
│   │   │   ├── DotChatMessageBalloonSkin2.bmp
│   │   │   ├── DotChatMessageBalloonSkin.bmp
│   │   │   └── skin.bmp
│   │   ├── ConversationMonitor.cs
│   │   ├── ConversationMonitor.resx
│   │   ├── DCWinUI.csproj
│   │   ├── DCWinUI.csproj.eto
│   │   ├── DCWinUI.csproj.user
│   │   ├── DotChatIcon.ico
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── InviteForm.cs
│   │   ├── InviteForm.resx
│   │   ├── Login.cs
│   │   ├── Login.resx
│   │   ├── obj
│   │   │   ├── DCWinUI.csproj.FileListAbsolute.txt
│   │   │   └── Debug
│   │   │   ├── CustomUIControls.TaskbarNotifier.resources
│   │   │   ├── DCWinUI.ConversationMonitor.resources
│   │   │   ├── DCWinUI.csproj.GenerateResource.Cache
│   │   │   ├── DCWinUI.exe
│   │   │   ├── DCWinUI.Form1.resources
│   │   │   ├── DCWinUI.InviteForm.resources
│   │   │   ├── DCWinUI.Login.resources
│   │   │   ├── DCWinUI.pdb
│   │   │   ├── DCWinUI.projdata
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── temp
│   │   │   ├── TempPE
│   │   │   └── TrayAlert.TrayAlert.resources
│   │   ├── TaskbarNotifier.cs
│   │   ├── TaskbarNotifier.resx
│   │   ├── Thumbs.db
│   │   ├── TrayAlert.cs
│   │   └── TrayAlert.resx
│   ├── DevChatSolution
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── Backup
│   │   │   ├── DCBusiness
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Conversation.cs
│   │   │   │   ├── DCBusiness.csproj
│   │   │   │   ├── DCBusiness.csproj.user
│   │   │   │   ├── DCMessage.cs
│   │   │   │   ├── DCServerException.cs
│   │   │   │   ├── Invite.cs
│   │   │   │   ├── Mediator.cs
│   │   │   │   ├── Member.cs
│   │   │   │   └── ServerMessage.cs
│   │   │   ├── DCFacade
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── DCFacade.csproj
│   │   │   │   ├── DCFacade.csproj.user
│   │   │   │   └── Facade.cs
│   │   │   ├── DCServer
│   │   │   │   ├── App.ico
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── DCServer.csproj
│   │   │   │   ├── DCServer.csproj.user
│   │   │   │   └── ServerMain.cs
│   │   │   ├── DCServerService
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── DCServerService.csproj
│   │   │   │   ├── DCServerService.csproj.user
│   │   │   │   ├── ProjectInstaller.cs
│   │   │   │   ├── ProjectInstaller.resx
│   │   │   │   ├── server.config
│   │   │   │   ├── Service1.cs
│   │   │   │   └── Service1.resx
│   │   │   ├── DCWinSetup
│   │   │   │   └── DCWinSetup.vdproj
│   │   │   ├── DCWinUI
│   │   │   │   ├── App.ico
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── ConversationMonitor.cs
│   │   │   │   ├── ConversationMonitor.resx
│   │   │   │   ├── DCWinUI.csproj
│   │   │   │   ├── DCWinUI.csproj.user
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── InviteForm.cs
│   │   │   │   ├── InviteForm.resx
│   │   │   │   ├── Login.cs
│   │   │   │   ├── Login.resx
│   │   │   │   ├── TaskbarNotifier.cs
│   │   │   │   ├── TaskbarNotifier.resx
│   │   │   │   ├── TrayAlert.cs
│   │   │   │   └── TrayAlert.resx
│   │   │   ├── DevChatSolution.sln
│   │   │   ├── DevChatSolution.suo
│   │   │   └── DotChatServerServiceSetup
│   │   │   └── DotChatServerServiceSetup.vdproj
│   │   ├── DCServer
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── DCBusiness.dll
│   │   │   │   ├── DCBusiness.pdb
│   │   │   │   ├── DCFacade.dll
│   │   │   │   ├── DCFacade.pdb
│   │   │   │   ├── DCServer.exe
│   │   │   │   └── DCServer.pdb
│   │   │   ├── DCServer.csproj
│   │   │   ├── DCServer.csproj.user
│   │   │   ├── obj
│   │   │   │   ├── DCServer.csproj.FileListAbsolute.txt
│   │   │   │   └── Debug
│   │   │   │   ├── DCServer.exe
│   │   │   │   ├── DCServer.pdb
│   │   │   │   ├── DCServer.projdata
│   │   │   │   ├── temp
│   │   │   │   └── TempPE
│   │   │   └── ServerMain.cs
│   │   ├── DCServerService
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── DCBusiness.dll
│   │   │   │   ├── DCBusiness.pdb
│   │   │   │   ├── DCFacade.dll
│   │   │   │   ├── DCFacade.pdb
│   │   │   │   ├── DCServerService.exe
│   │   │   │   └── DCServerService.pdb
│   │   │   ├── DCServerService.csproj
│   │   │   ├── DCServerService.csproj.user
│   │   │   ├── obj
│   │   │   │   ├── DCServerService.csproj.FileListAbsolute.txt
│   │   │   │   └── Debug
│   │   │   │   ├── DCServerService.csproj.GenerateResource.Cache
│   │   │   │   ├── DCServerService.exe
│   │   │   │   ├── DCServerService.pdb
│   │   │   │   ├── DCServerService.projdata
│   │   │   │   ├── DCServerService.ProjectInstaller.resources
│   │   │   │   ├── DCServerService.Service1.resources
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── temp
│   │   │   │   └── TempPE
│   │   │   ├── ProjectInstaller.cs
│   │   │   ├── ProjectInstaller.resx
│   │   │   ├── server.config
│   │   │   ├── Service1.cs
│   │   │   └── Service1.resx
│   │   ├── DCWinSetup
│   │   │   ├── DCWinSetup.vdproj
│   │   │   ├── Debug
│   │   │   │   ├── DCWinSetup.msi
│   │   │   │   ├── Setup.Exe
│   │   │   │   └── Setup.Ini
│   │   │   └── Release
│   │   ├── DevChatSolution.csproj
│   │   ├── DevChatSolution.csproj.user
│   │   ├── DevChatSolution.sln
│   │   ├── DevChatSolution.suo
│   │   ├── DevChatSolution.vsd
│   │   ├── DotChatServerServiceSetup
│   │   │   ├── Debug
│   │   │   │   ├── DotChatServerServiceSetup.msi
│   │   │   │   ├── Setup.Exe
│   │   │   │   └── Setup.Ini
│   │   │   ├── DotChatServerServiceSetup.vdproj
│   │   │   └── Release
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── InstallationInstructions.txt
│   │   ├── Licence.txt
│   │   ├── NewFeatures.txt
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DevChatSolution.projdata
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   ├── Thumbs.db
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── Images
│   ├── DotChatIcon.ico
│   └── Thumbs.db
└── Exa9-邮件管理系统
├── database.sql
└── MyMail
├── Backup
│   ├── MailServer
│   │   ├── AssemblyInfo.cs
│   │   ├── MailServer.cs
│   │   ├── MailServer.csproj
│   │   ├── MailServer.csproj.user
│   │   ├── MailServer.resx
│   │   ├── ServerInstaller.cs
│   │   └── ServerInstaller.resx
│   ├── MyMail.sln
│   ├── MyMail.suo
│   ├── Public
│   │   ├── AssemblyInfo.cs
│   │   ├── DB
│   │   │   └── SQLHelper.cs
│   │   ├── Paras
│   │   │   └── SystemParas.cs
│   │   ├── Public.csproj
│   │   ├── Public.csproj.user
│   │   ├── Utils.cs
│   │   └── Web
│   │   └── MyPage.cs
│   └── WebMail
├── MailServer
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   └── Debug
│   │   ├── MyMail.MailServer.exe
│   │   ├── MyMail.MailServer.pdb
│   │   └── MyMail.MailServer.vshost.exe
│   ├── MailServer.cs
│   ├── MailServer.csproj
│   ├── MailServer.csproj.user
│   ├── MailServer.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── MailServer.csproj.GenerateResource.Cache
│   │   │   ├── MailServer.projdata
│   │   │   ├── MyMail.MailServer.exe
│   │   │   ├── MyMail.MailServer.MailServer.resources
│   │   │   ├── MyMail.MailServer.pdb
│   │   │   ├── MyMail.MailServer.ServerInstaller.resources
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   └── MailServer.csproj.FileList.txt
│   ├── ServerInstaller.cs
│   └── ServerInstaller.resx
├── MyMail.sln
├── MyMail.suo
├── Public
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   └── Debug
│   ├── DB
│   │   └── SQLHelper.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── MyMail.Public.dll
│   │   │   ├── Public.projdata
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   └── Public.csproj.FileList.txt
│   ├── Paras
│   │   └── SystemParas.cs
│   ├── Public.csproj
│   ├── Public.csproj.user
│   ├── Utils.cs
│   └── Web
│   └── MyPage.cs
├── UpgradeLog.XML
├── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
└── WebMail
├── Aspx
│   ├── AddAttachments.aspx
│   ├── AddAttachments.aspx.cs
│   ├── AddAttachments.aspx.resx
│   ├── FolderList.aspx
│   ├── FolderList.aspx.cs
│   ├── FolderList.aspx.resx
│   ├── GetAttachments.aspx
│   ├── GetAttachments.aspx.cs
│   ├── GetAttachments.aspx.resx
│   ├── MailDetail.aspx
│   ├── MailDetail.aspx.cs
│   ├── MailDetail.aspx.resx
│   ├── MailFolder.aspx
│   ├── MailFolder.aspx.cs
│   ├── MailFolder.aspx.resx
│   ├── Navigator.aspx
│   ├── Navigator.aspx.cs
│   ├── Navigator.aspx.resx
│   ├── PersonalRevise.aspx
│   ├── PersonalRevise.aspx.cs
│   ├── PersonalRevise.aspx.resx
│   ├── SendMail.aspx
│   ├── SendMail.aspx.cs
│   ├── SendMail.aspx.resx
│   ├── UserManager.aspx
│   ├── UserManager.aspx.cs
│   └── UserManager.aspx.resx
├── AssemblyInfo.cs
├── Attachments
├── Common
│   ├── EmailClientFactory.cs
│   ├── Email.cs
│   ├── EmailServerInfo.cs
│   ├── ISimpleEmailClient.cs
│   ├── MailHandler.cs
│   ├── MailUtils.cs
│   ├── SimpleEmailClient.cs
│   ├── SimpleIMAPClient.cs
│   ├── SimplePOP3Client.cs
│   └── SimpleTCPClient.cs
├── CSS
│   └── all.css
├── Global.asax
├── Global.asax.cs
├── Global.asax.resx
├── Images
│   ├── exit.gif
│   ├── folders.gif
│   ├── Head.jpg
│   ├── index_1.jpg
│   ├── index_2.jpg
│   ├── index_3.jpg
│   ├── index_4.jpg
│   ├── login.gif
│   ├── newmail.gif
│   ├── person.gif
│   ├── readmail.gif
│   └── wrong.gif
├── MailMain.htm
├── Mails
│   ├── 20050801155716034300000001.eml
│   ├── 20050801160413003100000002.eml
│   ├── 20050801160541004600000003.eml
│   └── 20050801214343087500000004.eml
├── MimeTools
│   ├── ABNF.cs
│   ├── MimeAddress.cs
│   ├── MimeHeader.cs
│   ├── MimeMessageCollection.cs
│   ├── MimeMessage.cs
│   ├── MimeMessageStream.cs
│   └── MimeTools.cs
├── MyMail.sln
├── MyMail.suo
├── SystemError.aspx
├── SystemError.aspx.cs
├── SystemError.aspx.resx
├── SystemInfo.aspx
├── SystemInfo.aspx.cs
├── SystemInfo.aspx.resx
├── UserLogon.aspx
├── UserLogon.aspx.cs
├── UserLogon.aspx.resx
├── Web.config
├── WebMail.csproj
└── WebMail.csproj.webinfo

131 directories, 513 files

标签:

实例下载地址

C#课程设计源代码.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警