文件名称:Inherit
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-09-18
- 文件大小:
- 36kb
- 下载次数:
- 0次
- 提 供 者:
- wpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#窗体继承源码,Father是DLL文件夹,用来生成所需的调用DLL,Children文件夹下是可执行程序,运行时需要把Father文件夹生成的DLL拷贝到Children文件夹下,通过运行的窗体演示私有与公共窗体的继承。-C# Form inheritance source, Father is a DLL file folder, used to generate the required call DLL, Children folder is an executable program, you need to run the generated DLL Father folders copied to the Children folder by running the inherited Form presentations private and public form.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Inherit\Children\App.ico
.......\........\AssemblyInfo.cs
.......\........\bin\Debug\Children.pdb
.......\........\...\.....\Father.dll
.......\........\...\.....\Father.pdb
.......\........\Children.csproj
.......\........\Children.csproj.user
.......\........\Children.sln
.......\........\Children.suo
.......\........\Form1.cs
.......\........\Form1.resx
.......\........\Form2.cs
.......\........\Form2.resx
.......\Father\App.ico
.......\......\AssemblyInfo.cs
.......\......\bin\Debug\Father.dll
.......\......\...\.....\Father.pdb
.......\......\Father.csproj
.......\......\Father.csproj.user
.......\......\Father.sln
.......\......\Father.suo
.......\......\Form1.cs
.......\......\Form1.resx
.......\......\obj\Debug\Father.dll
.......\......\...\.....\Father.Form1.resources
.......\......\...\.....\Father.pdb
.......\......\...\.....\Father.projdata
.......\......\...\.....\temp
.......\......\...\.....\TempPE
.......\Children\bin\Debug
.......\Father\bin\Debug
.......\......\obj\Debug
.......\Children\bin
.......\Father\bin
.......\......\obj
.......\Children
.......\Father
Inherit