在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → c#程序开发范例宝典源码.part1.rar

c#程序开发范例宝典源码.part1.rar

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:9.54M
  • 下载次数:10
  • 浏览次数:24
  • 发布时间:2023-11-29
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】c#程序开发范例宝典.part1.rar

【实例截图】

from clipboard

【核心代码】

.
├── c#程序开发范例宝典
│   └── mingrisoft
│       └── 01
│           ├── Ex01_01
│           │   └── MenuHistory
│           │       ├── MenuHistory
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── MenuHistory.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── Menu.ini
│           │       │   │       ├── MenuHistory.exe
│           │       │   │       ├── MenuHistory.pdb
│           │       │   │       └── MenuHistory.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── MenuHistory.Form1.resources
│           │       │       │   ├── MenuHistory.Properties.Resources.resources
│           │       │       │   ├── MenuHistory.csproj.GenerateResource.Cache
│           │       │       │   ├── MenuHistory.exe
│           │       │       │   ├── MenuHistory.pdb
│           │       │       │   └── TempPE
│           │       │       └── MenuHistory.csproj.FileList.txt
│           │       ├── MenuHistory.sln
│           │       └── MenuHistory.suo
│           ├── Ex01_02
│           │   └── UniteMenu
│           │       ├── UniteMenu
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Form2.Designer.cs
│           │       │   ├── Form2.cs
│           │       │   ├── Form2.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── UniteMenu.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── UniteMenu.exe
│           │       │   │       ├── UniteMenu.pdb
│           │       │   │       └── UniteMenu.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── Refactor
│           │       │       │   ├── TempPE
│           │       │       │   ├── UniteMenu.Form1.resources
│           │       │       │   ├── UniteMenu.Form2.resources
│           │       │       │   ├── UniteMenu.Properties.Resources.resources
│           │       │       │   ├── UniteMenu.csproj.GenerateResource.Cache
│           │       │       │   ├── UniteMenu.exe
│           │       │       │   └── UniteMenu.pdb
│           │       │       └── UniteMenu.csproj.FileList.txt
│           │       ├── UniteMenu.sln
│           │       └── UniteMenu.suo
│           ├── Ex01_03
│           │   └── LikeStartMemu
│           │       ├── LikeStartMemu
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── LikeStartMemu.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   ├── XP右.jpg
│           │       │   │   ├── XP小.jpg
│           │       │   │   ├── XP右1.jpg
│           │       │   │   ├── XP左背景.jpg
│           │       │   │   ├── Xp中.jpg
│           │       │   │   ├── 背景.jpg
│           │       │   │   ├── 背景2.jpg
│           │       │   │   └── 背景21.jpg
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── LikeStartMemu.exe
│           │       │   │       ├── LikeStartMemu.pdb
│           │       │   │       ├── LikeStartMemu.vshost.exe
│           │       │   │       ├── 技.jpg
│           │       │   │       ├── 日.jpg
│           │       │   │       ├── 明.jpg
│           │       │   │       └── 科.jpg
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── LikeStartMemu.Form1.resources
│           │       │       │   ├── LikeStartMemu.Properties.Resources.resources
│           │       │       │   ├── LikeStartMemu.csproj.GenerateResource.Cache
│           │       │       │   ├── LikeStartMemu.exe
│           │       │       │   ├── LikeStartMemu.pdb
│           │       │       │   └── TempPE
│           │       │       │       └── Properties.Resources.Designer.cs.dll
│           │       │       └── LikeStartMemu.csproj.FileList.txt
│           │       ├── LikeStartMemu.sln
│           │       └── LikeStartMemu.suo
│           ├── Ex01_04
│           │   └── NotifyIconSl
│           │       ├── NotifyIconSl
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── NotifyIconSl.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── NotifyIconSl.exe
│           │       │   │       ├── NotifyIconSl.pdb
│           │       │   │       └── NotifyIconSl.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── NotifyIconSl.Form1.resources
│           │       │       │   ├── NotifyIconSl.Properties.Resources.resources
│           │       │       │   ├── NotifyIconSl.csproj.GenerateResource.Cache
│           │       │       │   ├── NotifyIconSl.exe
│           │       │       │   ├── NotifyIconSl.pdb
│           │       │       │   └── TempPE
│           │       │       └── NotifyIconSl.csproj.FileList.txt
│           │       ├── NotifyIconSl.sln
│           │       └── NotifyIconSl.suo
│           ├── Ex01_05
│           │   └── HideMenu
│           │       ├── HideMenu
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── HideMenu.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── HideMenu.exe
│           │       │   │       ├── HideMenu.pdb
│           │       │   │       └── HideMenu.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── HideMenu.Form1.resources
│           │       │       │   ├── HideMenu.Properties.Resources.resources
│           │       │       │   ├── HideMenu.csproj.GenerateResource.Cache
│           │       │       │   ├── HideMenu.exe
│           │       │       │   ├── HideMenu.pdb
│           │       │       │   └── TempPE
│           │       │       └── HideMenu.csproj.FileList.txt
│           │       ├── HideMenu.sln
│           │       └── HideMenu.suo
│           ├── Ex01_06
│           │   └── ManyMenu
│           │       ├── ManyMenu
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── ManyMenu.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── ManyMenu.exe
│           │       │   │       ├── ManyMenu.pdb
│           │       │   │       └── ManyMenu.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── ManyMenu.Form1.resources
│           │       │       │   ├── ManyMenu.Properties.Resources.resources
│           │       │       │   ├── ManyMenu.csproj.GenerateResource.Cache
│           │       │       │   ├── ManyMenu.exe
│           │       │       │   ├── ManyMenu.pdb
│           │       │       │   └── TempPE
│           │       │       └── ManyMenu.csproj.FileList.txt
│           │       ├── ManyMenu.psess
│           │       ├── ManyMenu.sln
│           │       ├── ManyMenu.suo
│           │       └── ManyMenu070126.vsp
│           ├── Ex01_07
│           │   └── BackGroundTool
│           │       ├── BackGroundTool
│           │       │   ├── BackGroundTool.csproj
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   ├── 5.jpg
│           │       │   │   ├── 6.jpg
│           │       │   │   └── 9.jpg
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── BackGroundTool.exe
│           │       │   │       ├── BackGroundTool.pdb
│           │       │   │       └── BackGroundTool.vshost.exe
│           │       │   └── obj
│           │       │       ├── BackGroundTool.csproj.FileList.txt
│           │       │       └── Debug
│           │       │           ├── BackGroundTool.Form1.resources
│           │       │           ├── BackGroundTool.Properties.Resources.resources
│           │       │           ├── BackGroundTool.csproj.GenerateResource.Cache
│           │       │           ├── BackGroundTool.exe
│           │       │           ├── BackGroundTool.pdb
│           │       │           └── TempPE
│           │       │               └── Properties.Resources.Designer.cs.dll
│           │       ├── BackGroundTool.sln
│           │       └── BackGroundTool.suo
│           ├── Ex01_08
│           │   └── DriftForm
│           │       ├── DriftForm
│           │       │   ├── DriftForm.csproj
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   └── 1.bmp
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── DriftForm.exe
│           │       │   │       ├── DriftForm.pdb
│           │       │   │       └── DriftForm.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── DriftForm.Form1.resources
│           │       │       │   ├── DriftForm.Properties.Resources.resources
│           │       │       │   ├── DriftForm.csproj.GenerateResource.Cache
│           │       │       │   ├── DriftForm.exe
│           │       │       │   ├── DriftForm.pdb
│           │       │       │   └── TempPE
│           │       │       │       └── Properties.Resources.Designer.cs.dll
│           │       │       └── DriftForm.csproj.FileList.txt
│           │       ├── DriftForm.sln
│           │       └── DriftForm.suo
│           ├── Ex01_09
│           │   └── DropDownTool
│           │       ├── DropDownTool
│           │       │   ├── DropDownTool.csproj
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── DropDownTool.exe
│           │       │   │       ├── DropDownTool.pdb
│           │       │   │       └── DropDownTool.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── DropDownTool.Form1.resources
│           │       │       │   ├── DropDownTool.Properties.Resources.resources
│           │       │       │   ├── DropDownTool.csproj.GenerateResource.Cache
│           │       │       │   ├── DropDownTool.exe
│           │       │       │   ├── DropDownTool.pdb
│           │       │       │   └── TempPE
│           │       │       └── DropDownTool.csproj.FileList.txt
│           │       ├── DropDownTool.sln
│           │       └── DropDownTool.suo
│           ├── Ex01_10
│           │   └── PromptToolbar
│           │       ├── PromptToolbar
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── PromptToolbar.csproj
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── PromptToolbar.exe
│           │       │   │       ├── PromptToolbar.pdb
│           │       │   │       └── PromptToolbar.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── PromptToolbar.Form1.resources
│           │       │       │   ├── PromptToolbar.Properties.Resources.resources
│           │       │       │   ├── PromptToolbar.csproj.GenerateResource.Cache
│           │       │       │   ├── PromptToolbar.exe
│           │       │       │   ├── PromptToolbar.pdb
│           │       │       │   └── TempPE
│           │       │       └── PromptToolbar.csproj.FileList.txt
│           │       ├── PromptToolbar.sln
│           │       └── PromptToolbar.suo
│           ├── Ex01_11
│           │   └── StatusBar
│           │       ├── StatusBar
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── StatusBar.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── StatusBar.exe
│           │       │   │       ├── StatusBar.pdb
│           │       │   │       └── StatusBar.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── StatusBar.Form1.resources
│           │       │       │   ├── StatusBar.Properties.Resources.resources
│           │       │       │   ├── StatusBar.csproj.GenerateResource.Cache
│           │       │       │   ├── StatusBar.exe
│           │       │       │   ├── StatusBar.pdb
│           │       │       │   └── TempPE
│           │       │       └── StatusBar.csproj.FileList.txt
│           │       ├── StatusBar.sln
│           │       └── StatusBar.suo
│           ├── Ex01_12
│           │   └── ProsessStatusBar
│           │       ├── ProsessStatusBar
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── ProsessStatusBar.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── ProsessStatusBar.exe
│           │       │   │       ├── ProsessStatusBar.pdb
│           │       │   │       └── ProsessStatusBar.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── ProsessStatusBar.Form1.resources
│           │       │       │   ├── ProsessStatusBar.Properties.Resources.resources
│           │       │       │   ├── ProsessStatusBar.csproj.GenerateResource.Cache
│           │       │       │   ├── ProsessStatusBar.exe
│           │       │       │   ├── ProsessStatusBar.pdb
│           │       │       │   ├── TempPE
│           │       │       │   └── build.force
│           │       │       └── ProsessStatusBar.csproj.FileList.txt
│           │       ├── ProsessStatusBar.sln
│           │       └── ProsessStatusBar.suo
│           ├── Ex01_13
│           │   └── ImgaeProsessBar
│           │       ├── ImgaeProsessBar
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── ImgaeProsessBar.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── ImgaeProsessBar.exe
│           │       │   │       ├── ImgaeProsessBar.pdb
│           │       │   │       └── ImgaeProsessBar.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── ImgaeProsessBar.Form1.resources
│           │       │       │   ├── ImgaeProsessBar.Properties.Resources.resources
│           │       │       │   ├── ImgaeProsessBar.csproj.GenerateResource.Cache
│           │       │       │   ├── ImgaeProsessBar.exe
│           │       │       │   ├── ImgaeProsessBar.pdb
│           │       │       │   └── TempPE
│           │       │       └── ImgaeProsessBar.csproj.FileList.txt
│           │       ├── ImgaeProsessBar.sln
│           │       └── ImgaeProsessBar.suo
│           ├── Ex01_14
│           │   └── OutLook
│           │       ├── OutLook
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── OutLook.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── OutLook.exe
│           │       │   │       ├── OutLook.pdb
│           │       │   │       └── OutLook.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── OutLook.Form1.resources
│           │       │       │   ├── OutLook.Properties.Resources.resources
│           │       │       │   ├── OutLook.csproj.GenerateResource.Cache
│           │       │       │   ├── OutLook.exe
│           │       │       │   ├── OutLook.pdb
│           │       │       │   └── TempPE
│           │       │       └── OutLook.csproj.FileList.txt
│           │       ├── OutLook.sln
│           │       └── OutLook.suo
│           ├── Ex01_15
│           │   └── Navigation
│           │       ├── Navigation
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Navigation.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── Navigation.exe
│           │       │   │       ├── Navigation.pdb
│           │       │   │       └── Navigation.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── Navigation.Form1.resources
│           │       │       │   ├── Navigation.Properties.Resources.resources
│           │       │       │   ├── Navigation.csproj.GenerateResource.Cache
│           │       │       │   ├── Navigation.exe
│           │       │       │   ├── Navigation.pdb
│           │       │       │   └── TempPE
│           │       │       └── Navigation.csproj.FileList.txt
│           │       ├── Navigation.sln
│           │       └── Navigation.suo
│           ├── Ex01_16
│           │   └── ButtonNavigation
│           │       ├── ButtonNavigation
│           │       │   ├── ButtonNavigation.csproj
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   ├── 03.gif
│           │       │   │   ├── 09.gif
│           │       │   │   ├── 18.gif
│           │       │   │   ├── 24.gif
│           │       │   │   ├── 6.gif
│           │       │   │   └── 8.gif
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── ButtonNavigation.exe
│           │       │   │       ├── ButtonNavigation.pdb
│           │       │   │       └── ButtonNavigation.vshost.exe
│           │       │   └── obj
│           │       │       ├── ButtonNavigation.csproj.FileList.txt
│           │       │       └── Debug
│           │       │           ├── ButtonNavigation.Form1.resources
│           │       │           ├── ButtonNavigation.Properties.Resources.resources
│           │       │           ├── ButtonNavigation.csproj.GenerateResource.Cache
│           │       │           ├── ButtonNavigation.exe
│           │       │           ├── ButtonNavigation.pdb
│           │       │           └── TempPE
│           │       │               └── Properties.Resources.Designer.cs.dll
│           │       ├── ButtonNavigation.sln
│           │       └── ButtonNavigation.suo
│           ├── Ex01_17
│           │   └── QQ
│           │       ├── QQ
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── QQ.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── QQ.exe
│           │       │   │       ├── QQ.pdb
│           │       │   │       └── QQ.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── QQ.Form1.resources
│           │       │       │   ├── QQ.Properties.Resources.resources
│           │       │       │   ├── QQ.csproj.GenerateResource.Cache
│           │       │       │   ├── QQ.exe
│           │       │       │   ├── QQ.pdb
│           │       │       │   └── TempPE
│           │       │       └── QQ.csproj.FileList.txt
│           │       ├── QQ.sln
│           │       └── QQ.suo
│           ├── Ex01_18
│           │   └── WindowsXP
│           │       ├── WindowsXP
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   ├── XP上.jpg
│           │       │   │   ├── XP右.jpg
│           │       │   │   ├── XP小.jpg
│           │       │   │   ├── XP左背景.jpg
│           │       │   │   ├── Xp中.jpg
│           │       │   │   └── Xp中1.jpg
│           │       │   ├── WindowsXP.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── WindowsXP.exe
│           │       │   │       ├── WindowsXP.pdb
│           │       │   │       └── WindowsXP.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── TempPE
│           │       │       │   │   └── Properties.Resources.Designer.cs.dll
│           │       │       │   ├── WindowsXP.Form1.resources
│           │       │       │   ├── WindowsXP.Properties.Resources.resources
│           │       │       │   ├── WindowsXP.csproj.GenerateResource.Cache
│           │       │       │   ├── WindowsXP.exe
│           │       │       │   └── WindowsXP.pdb
│           │       │       └── WindowsXP.csproj.FileList.txt
│           │       ├── WindowsXP.sln
│           │       └── WindowsXP.suo
│           ├── Ex01_19
│           │   └── ImageButton
│           │       ├── ImageButton
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── ImageButton.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   ├── 1.jpg
│           │       │   │   ├── 2.jpg
│           │       │   │   └── 3.jpg
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── 2.jpg
│           │       │   │       ├── 3.jpg
│           │       │   │       ├── ImageButton.exe
│           │       │   │       ├── ImageButton.pdb
│           │       │   │       └── ImageButton.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── ImageButton.Form1.resources
│           │       │       │   ├── ImageButton.Properties.Resources.resources
│           │       │       │   ├── ImageButton.csproj.GenerateResource.Cache
│           │       │       │   ├── ImageButton.exe
│           │       │       │   ├── ImageButton.pdb
│           │       │       │   └── TempPE
│           │       │       │       └── Properties.Resources.Designer.cs.dll
│           │       │       └── ImageButton.csproj.FileList.txt
│           │       ├── ImageButton.sln
│           │       └── ImageButton.suo
│           ├── Ex01_20
│           │   └── TreeNavigation
│           │       ├── TreeNavigation
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   ├── 上.jpg
│           │       │   │   └── 右.jpg
│           │       │   ├── TreeNavigation.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── TreeNavigation.exe
│           │       │   │       ├── TreeNavigation.pdb
│           │       │   │       └── TreeNavigation.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── TempPE
│           │       │       │   │   └── Properties.Resources.Designer.cs.dll
│           │       │       │   ├── TreeNavigation.Form1.resources
│           │       │       │   ├── TreeNavigation.Properties.Resources.resources
│           │       │       │   ├── TreeNavigation.csproj.GenerateResource.Cache
│           │       │       │   ├── TreeNavigation.exe
│           │       │       │   └── TreeNavigation.pdb
│           │       │       └── TreeNavigation.csproj.FileList.txt
│           │       ├── TreeNavigation.sln
│           │       └── TreeNavigation.suo
│           ├── Ex01_21
│           │   └── DynamicButtonNavigation
│           │       ├── DynamicButtonNavigation
│           │       │   ├── DynamicButtonNavigation.csproj
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   ├── 1.bmp
│           │       │   │   ├── 2.bmp
│           │       │   │   ├── 3.bmp
│           │       │   │   ├── 4.bmp
│           │       │   │   ├── 5.bmp
│           │       │   │   ├── 6.bmp
│           │       │   │   ├── Thumbs.db
│           │       │   │   └── 中.jpg
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── DynamicButtonNavigation.exe
│           │       │   │       ├── DynamicButtonNavigation.pdb
│           │       │   │       └── DynamicButtonNavigation.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── DynamicButtonNavigation.Form1.resources
│           │       │       │   ├── DynamicButtonNavigation.Properties.Resources.resources
│           │       │       │   ├── DynamicButtonNavigation.csproj.GenerateResource.Cache
│           │       │       │   ├── DynamicButtonNavigation.exe
│           │       │       │   ├── DynamicButtonNavigation.pdb
│           │       │       │   └── TempPE
│           │       │       │       └── Properties.Resources.Designer.cs.dll
│           │       │       └── DynamicButtonNavigation.csproj.FileList.txt
│           │       ├── DynamicButtonNavigation.sln
│           │       └── DynamicButtonNavigation.suo
│           ├── Ex01_22
│           │   └── SpecialSharpWindows
│           │       ├── SpecialSharpWindows
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── SpecialSharpWindows.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── 1.bmp
│           │       │   │       ├── Heart.bmp
│           │       │   │       ├── SpecialSharpWindows.exe
│           │       │   │       ├── SpecialSharpWindows.pdb
│           │       │   │       └── SpecialSharpWindows.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── SpecialSharpWindows.Form1.resources
│           │       │       │   ├── SpecialSharpWindows.Properties.Resources.resources
│           │       │       │   ├── SpecialSharpWindows.csproj.GenerateResource.Cache
│           │       │       │   ├── SpecialSharpWindows.exe
│           │       │       │   ├── SpecialSharpWindows.pdb
│           │       │       │   └── TempPE
│           │       │       └── SpecialSharpWindows.csproj.FileList.txt
│           │       ├── SpecialSharpWindows.sln
│           │       └── SpecialSharpWindows.suo
│           ├── Ex01_23
│           │   └── WordWindows
│           │       ├── SpecialSharpWindows
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── WordWindows.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── 1.bmp
│           │       │   │       ├── SpecialSharpWindows.exe
│           │       │   │       ├── SpecialSharpWindows.pdb
│           │       │   │       └── SpecialSharpWindows.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── SpecialSharpWindows.Form1.resources
│           │       │       │   ├── SpecialSharpWindows.Properties.Resources.resources
│           │       │       │   ├── SpecialSharpWindows.csproj.GenerateResource.Cache
│           │       │       │   ├── SpecialSharpWindows.exe
│           │       │       │   ├── SpecialSharpWindows.pdb
│           │       │       │   ├── TempPE
│           │       │       │   └── WordWindows.csproj.GenerateResource.Cache
│           │       │       ├── SpecialSharpWindows.csproj.FileList.txt
│           │       │       └── WordWindows.csproj.FileList.txt
│           │       ├── WordWindows.sln
│           │       └── WordWindows.suo
│           ├── Ex01_24
│           │   └── ChangeWithWindows
│           │       ├── ChangeWithWindows
│           │       │   ├── ChangeWithWindows.csproj
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── ChangeWithWindows.exe
│           │       │   │       ├── ChangeWithWindows.pdb
│           │       │   │       └── ChangeWithWindows.vshost.exe
│           │       │   └── obj
│           │       │       ├── ChangeWithWindows.csproj.FileList.txt
│           │       │       └── Debug
│           │       │           ├── ChangeWithWindows.Form1.resources
│           │       │           ├── ChangeWithWindows.Properties.Resources.resources
│           │       │           ├── ChangeWithWindows.csproj.GenerateResource.Cache
│           │       │           ├── ChangeWithWindows.exe
│           │       │           ├── ChangeWithWindows.pdb
│           │       │           └── TempPE
│           │       ├── ChangeWithWindows.sln
│           │       └── ChangeWithWindows.suo
│           ├── Ex01_25
│           │   └── SpliterWindows
│           │       ├── SpliterWindows
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── SpliterWindows.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── SpliterWindows.exe
│           │       │   │       ├── SpliterWindows.pdb
│           │       │   │       └── SpliterWindows.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── SpliterWindows.Form1.resources
│           │       │       │   ├── SpliterWindows.Properties.Resources.resources
│           │       │       │   ├── SpliterWindows.csproj.GenerateResource.Cache
│           │       │       │   ├── SpliterWindows.exe
│           │       │       │   ├── SpliterWindows.pdb
│           │       │       │   └── TempPE
│           │       │       └── SpliterWindows.csproj.FileList.txt
│           │       ├── SpliterWindows.sln
│           │       └── SpliterWindows.suo
│           ├── Ex01_26
│           │   └── RandomBackGround
│           │       ├── RandomBackGround
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── RandomBackGround.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── RandomBackGround.exe
│           │       │   │       ├── RandomBackGround.pdb
│           │       │   │       └── RandomBackGround.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── RandomBackGround.Form1.resources
│           │       │       │   ├── RandomBackGround.Properties.Resources.resources
│           │       │       │   ├── RandomBackGround.csproj.GenerateResource.Cache
│           │       │       │   ├── RandomBackGround.exe
│           │       │       │   ├── RandomBackGround.pdb
│           │       │       │   └── TempPE
│           │       │       └── RandomBackGround.csproj.FileList.txt
│           │       ├── RandomBackGround.sln
│           │       └── RandomBackGround.suo
│           ├── Ex01_27
│           │   └── AutoRun
│           │       ├── AutoRun
│           │       │   ├── AutoRun.csproj
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   └── 右.jpg
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── AutoRun.exe
│           │       │   │       ├── AutoRun.inf
│           │       │   │       ├── AutoRun.pdb
│           │       │   │       └── AutoRun.vshost.exe
│           │       │   └── obj
│           │       │       ├── AutoRun.csproj.FileList.txt
│           │       │       └── Debug
│           │       │           ├── AutoRun.Form1.resources
│           │       │           ├── AutoRun.Properties.Resources.resources
│           │       │           ├── AutoRun.csproj.GenerateResource.Cache
│           │       │           ├── AutoRun.exe
│           │       │           ├── AutoRun.pdb
│           │       │           └── TempPE
│           │       │               └── Properties.Resources.Designer.cs.dll
│           │       ├── AutoRun.sln
│           │       └── AutoRun.suo
│           ├── Ex01_28
│           │   └── TouchKey
│           │       ├── TouchKey
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   ├── 1.jpg
│           │       │   │   └── 2.jpg
│           │       │   ├── TouchKey.csproj
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── TouchKey.exe
│           │       │   │       ├── TouchKey.pdb
│           │       │   │       └── TouchKey.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── Refactor
│           │       │       │   ├── TempPE
│           │       │       │   │   └── Properties.Resources.Designer.cs.dll
│           │       │       │   ├── TouchKey.Form1.resources
│           │       │       │   ├── TouchKey.Properties.Resources.resources
│           │       │       │   ├── TouchKey.csproj.GenerateResource.Cache
│           │       │       │   ├── TouchKey.exe
│           │       │       │   └── TouchKey.pdb
│           │       │       └── TouchKey.csproj.FileList.txt
│           │       ├── TouchKey.sln
│           │       └── TouchKey.suo
│           ├── Ex01_29
│           │   └── GraduallyWindows
│           │       ├── GraduallyWindows
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── GraduallyWindows.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── Resources
│           │       │   │   ├── Long.bmp
│           │       │   │   └── XP右.jpg
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── GraduallyWindows.exe
│           │       │   │       ├── GraduallyWindows.pdb
│           │       │   │       └── GraduallyWindows.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── GraduallyWindows.Form1.resources
│           │       │       │   ├── GraduallyWindows.Properties.Resources.resources
│           │       │       │   ├── GraduallyWindows.csproj.GenerateResource.Cache
│           │       │       │   ├── GraduallyWindows.exe
│           │       │       │   ├── GraduallyWindows.pdb
│           │       │       │   └── TempPE
│           │       │       │       └── Properties.Resources.Designer.cs.dll
│           │       │       └── GraduallyWindows.csproj.FileList.txt
│           │       ├── GraduallyWindows.sln
│           │       └── GraduallyWindows.suo
│           ├── Ex01_30
│           │   └── GraduallyBackColor
│           │       ├── GraduallyBackColor
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── GraduallyBackColor.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── GraduallyBackColor.exe
│           │       │   │       ├── GraduallyBackColor.pdb
│           │       │   │       └── GraduallyBackColor.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── GraduallyBackColor.Form1.resources
│           │       │       │   ├── GraduallyBackColor.Properties.Resources.resources
│           │       │       │   ├── GraduallyBackColor.csproj.GenerateResource.Cache
│           │       │       │   ├── GraduallyBackColor.exe
│           │       │       │   ├── GraduallyBackColor.pdb
│           │       │       │   ├── Refactor
│           │       │       │   └── TempPE
│           │       │       └── GraduallyBackColor.csproj.FileList.txt
│           │       ├── GraduallyBackColor.sln
│           │       └── GraduallyBackColor.suo
│           ├── Ex01_31
│           │   └── MoveWindows
│           │       ├── MoveWindows
│           │       │   ├── Form1.Designer.cs
│           │       │   ├── Form1.cs
│           │       │   ├── Form1.resx
│           │       │   ├── MoveWindows.csproj
│           │       │   ├── Program.cs
│           │       │   ├── Properties
│           │       │   │   ├── AssemblyInfo.cs
│           │       │   │   ├── Resources.Designer.cs
│           │       │   │   ├── Resources.resx
│           │       │   │   ├── Settings.Designer.cs
│           │       │   │   └── Settings.settings
│           │       │   ├── bin
│           │       │   │   └── Debug
│           │       │   │       ├── MoveWindows.exe
│           │       │   │       ├── MoveWindows.pdb
│           │       │   │       └── MoveWindows.vshost.exe
│           │       │   └── obj
│           │       │       ├── Debug
│           │       │       │   ├── MoveWindows.Form1.resources
│           │       │       │   ├── MoveWindows.Properties.Resources.resources
│           │       │       │   ├── MoveWindows.csproj.GenerateResource.Cache
│           │       │       │   ├── MoveWindows.exe
│           │       │       │   ├── MoveWindows.pdb
│           │       │       │   └── TempPE
│           │       │       └── MoveWindows.csproj.FileList.txt
│           │       ├── MoveWindows.sln
│           │       └── MoveWindows.suo
│           └── Ex01_32
│               └── FalshWindows
│                   └── FalshWindows
│                       ├── FalshWindows.csproj
│                       ├── Form1.Designer.cs
│                       ├── Form1.cs
│                       ├── Form1.resx
│                       ├── bin
│                       │   └── Debug
│                       │       ├── FalshWindows.exe
│                       │       ├── FalshWindows.pdb
│                       │       └── FalshWindows.vshost.exe
│                       └── obj
│                           └── Debug
│                               └── FalshWindows.csproj.GenerateResource.Cache
└── 好例子网_c#程序开发范例宝典.part01.rar

303 directories, 733 files


实例下载地址

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警