資源簡介
繼承,多態,封裝,實例反射,最經典,高級的面向C#對象實例
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?商場管理軟件
{
????class?CashContext
????{
????????private?CashSuper?cs;
????????public?void?setBehavior(CashSuper?csuper)
????????{
????????????this.cs?=?csuper;
????????}
????????public?double?GetResult(double?money)
????????{
????????????return?cs.acceptCash(money);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????44734??2018-02-28?09:15??demo\UpgradeLog.htm
?????文件????????651??2018-04-27?23:02??demo\商場管理軟件\bin\Debug\CashAcceptType.xm
?????文件??????12800??2018-05-05?18:54??demo\商場管理軟件\bin\Debug\商場管理軟件.exe
?????文件??????52736??2018-05-05?18:54??demo\商場管理軟件\bin\Debug\商場管理軟件.pdb
?????文件??????21464??2018-05-09?09:50??demo\商場管理軟件\bin\Debug\商場管理軟件.vshost.exe
?????文件????????490??2012-06-06?02:06??demo\商場管理軟件\bin\Debug\商場管理軟件.vshost.exe.manifest
?????文件????????398??2015-03-09?08:40??demo\商場管理軟件\CashContext.cs
?????文件????????266??2015-03-09?08:40??demo\商場管理軟件\CashNormal.cs
?????文件????????452??2015-03-09?08:40??demo\商場管理軟件\CashRebate.cs
?????文件????????762??2015-03-09?08:40??demo\商場管理軟件\CashReturn.cs
?????文件????????213??2015-03-09?08:40??demo\商場管理軟件\CashSuper.cs
?????文件???????2578??2018-05-05?18:54??demo\商場管理軟件\Form1.cs
?????文件???????7775??2015-03-09?08:40??demo\商場管理軟件\Form1.Designer.cs
?????文件???????5814??2015-03-09?08:40??demo\商場管理軟件\Form1.resx
?????文件???????1229??2018-04-27?22:10??demo\商場管理軟件\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6040??2018-04-26?09:03??demo\商場管理軟件\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????4608??2018-02-28?09:15??demo\商場管理軟件\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????2792??2018-05-09?09:50??demo\商場管理軟件\obj\Debug\商場管理軟件.csproj.FileListAbsolute.txt
?????文件????????847??2018-05-05?18:54??demo\商場管理軟件\obj\Debug\商場管理軟件.csproj.GenerateResource.Cache
?????文件???????1339??2018-05-05?18:54??demo\商場管理軟件\obj\Debug\商場管理軟件.csprojResolveAssemblyReference.cache
?????文件??????12800??2018-05-05?18:54??demo\商場管理軟件\obj\Debug\商場管理軟件.exe
?????文件????????180??2018-04-25?17:32??demo\商場管理軟件\obj\Debug\商場管理軟件.Form1.resources
?????文件??????52736??2018-05-05?18:54??demo\商場管理軟件\obj\Debug\商場管理軟件.pdb
?????文件????????180??2018-04-25?17:32??demo\商場管理軟件\obj\Debug\商場管理軟件.Properties.Resources.resources
?????文件????????345??2015-03-09?08:40??demo\商場管理軟件\obj\商場管理軟件.csproj.FileList.txt
?????文件????????477??2015-03-09?08:40??demo\商場管理軟件\Program.cs
?????文件???????1208??2015-03-09?08:40??demo\商場管理軟件\Properties\AssemblyInfo.cs
?????文件???????2864??2018-02-28?09:15??demo\商場管理軟件\Properties\Resources.Designer.cs
?????文件???????5350??2015-03-09?08:40??demo\商場管理軟件\Properties\Resources.resx
?????文件???????1101??2018-02-28?09:15??demo\商場管理軟件\Properties\Settings.Designer.cs
............此處省略17個文件信息
- 上一篇:ocr 文字識別 點陣
- 下一篇:winform打飛機小游戲
評論
共有 條評論