資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?Operation
{
????///?
????///?運算類
????///?
????public?class?Operation
????{
????????private?double?_numberA?=?0;
????????private?double?_numberB?=?0;
????????
????????///?
????????///?數字A
????????///?
????????public?double?NumberA
????????{
????????????get
????????????{
????????????????return?_numberA;
????????????}
????????????set
????????????{
????????????????_numberA?=?value;
????????????}
????????}
????????///?
????????///?數字B
????????///?
????????public?double?NumberB
????????{
????????????get
????????????{
????????????????return?_numberB;
????????????}
????????????set
????????????{
????????????????_numberB?=?val
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????16384??2006-04-21?20:55??大話模式源代碼\01簡單工廠模式\計算器\Operation\bin\Debug\Operation.dll
?????文件??????17920??2006-04-21?20:55??大話模式源代碼\01簡單工廠模式\計算器\Operation\bin\Debug\Operation.pdb
?????文件??????16384??2006-04-21?20:55??大話模式源代碼\01簡單工廠模式\計算器\Operation\obj\Debug\Operation.dll
?????文件??????17920??2006-04-21?20:55??大話模式源代碼\01簡單工廠模式\計算器\Operation\obj\Debug\Operation.pdb
?????文件????????142??2006-04-21?20:55??大話模式源代碼\01簡單工廠模式\計算器\Operation\obj\Operation.csproj.FileList.txt
?????文件???????4670??2006-04-21?20:54??大話模式源代碼\01簡單工廠模式\計算器\Operation\Operation.cs
?????文件???????1958??2006-04-21?20:55??大話模式源代碼\01簡單工廠模式\計算器\Operation\Operation.csproj
?????文件???????1331??2006-04-21?20:54??大話模式源代碼\01簡單工廠模式\計算器\Operation\Properties\AssemblyInfo.cs
?????文件??????16384??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\OperationLibrary\bin\Debug\OperationLibrary.dll
?????文件??????24064??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\OperationLibrary\bin\Debug\OperationLibrary.pdb
?????文件??????16384??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\OperationLibrary\obj\Debug\OperationLibrary.dll
?????文件??????24064??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\OperationLibrary\obj\Debug\OperationLibrary.pdb
?????文件??????16384??2006-05-12?21:50??大話模式源代碼\01簡單工廠模式\計算器\OperationLibrary\obj\Debug\Refactor\OperationLibrary.dll
?????文件????????170??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\OperationLibrary\obj\OperationLibrary.csproj.FileList.txt
?????文件???????5458??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\OperationLibrary\Operation.cs
?????文件???????1972??2006-04-21?20:57??大話模式源代碼\01簡單工廠模式\計算器\OperationLibrary\OperationLibrary.csproj
?????文件???????1345??2006-04-21?20:56??大話模式源代碼\01簡單工廠模式\計算器\OperationLibrary\Properties\AssemblyInfo.cs
?????文件??????16384??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\計算器\bin\Debug\OperationLibrary.dll
?????文件??????24064??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\計算器\bin\Debug\OperationLibrary.pdb
?????文件??????24576??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\計算器\bin\Debug\計算器.exe
?????文件??????42496??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\計算器\bin\Debug\計算器.pdb
?????文件???????5632??2005-11-11?22:25??大話模式源代碼\01簡單工廠模式\計算器\計算器\bin\Debug\計算器.vshost.exe
?????文件???????3653??2005-04-09?11:15??大話模式源代碼\01簡單工廠模式\計算器\計算器\ClassDiagram1.cd
?????文件???????1983??2006-05-12?21:50??大話模式源代碼\01簡單工廠模式\計算器\計算器\Form1.cs
?????文件??????14740??2005-04-09?10:53??大話模式源代碼\01簡單工廠模式\計算器\計算器\Form1.Designer.cs
?????文件???????5814??2005-04-09?10:53??大話模式源代碼\01簡單工廠模式\計算器\計算器\Form1.resx
?????文件???????8724??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\計算器\obj\Debug\ResolveAssemblyReference.cache
?????文件???????4608??2006-04-21?20:56??大話模式源代碼\01簡單工廠模式\計算器\計算器\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????842??2006-04-21?20:57??大話模式源代碼\01簡單工廠模式\計算器\計算器\obj\Debug\計算器.csproj.GenerateResource.Cache
?????文件??????24576??2007-07-19?15:32??大話模式源代碼\01簡單工廠模式\計算器\計算器\obj\Debug\計算器.exe
............此處省略2437個文件信息
- 上一篇:某礦產品貿易公司財務系統源碼
- 下一篇:android 高仿UC瀏覽器
評論
共有 條評論