【例子介绍】C#二维、三维图形开发
C#二维、三维图形开发;完全是用C#编写的图形开发代码,没用第三方控件。共9章。分三部分上传
【相关图片】
【源码结构】
文件清单
└── 2-5章
├── chapter2-3-4
│ ├── Chapter2
│ │ ├── Example2_1_1
│ │ │ ├── Example2_1_1
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example2_1_1.exe
│ │ │ │ │ ├── Example2_1_1.pdb
│ │ │ │ │ └── Example2_1_1.vshost.exe
│ │ │ │ ├── Example2_1_1.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example2_1_1.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example2_1_1.exe
│ │ │ │ │ │ ├── Example2_1_1.pdb
│ │ │ │ │ │ ├── Example2_1_1.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example2_1_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example2_1_1.sln
│ │ │ └── Example2_1_1.suo
│ │ ├── Example2_1_2
│ │ │ ├── Example2_1_2
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example2_1_2.exe
│ │ │ │ │ ├── Example2_1_2.pdb
│ │ │ │ │ └── Example2_1_2.vshost.exe
│ │ │ │ ├── Example2_1_2.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example2_1_2.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example2_1_2.exe
│ │ │ │ │ │ ├── Example2_1_2.Form1.resources
│ │ │ │ │ │ ├── Example2_1_2.pdb
│ │ │ │ │ │ ├── Example2_1_2.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example2_1_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example2_1_2.sln
│ │ │ └── Example2_1_2.suo
│ │ ├── Example2_2_1
│ │ │ ├── Example2_2_1
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example2_2_1.exe
│ │ │ │ │ ├── Example2_2_1.pdb
│ │ │ │ │ └── Example2_2_1.vshost.exe
│ │ │ │ ├── Example2_2_1.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example2_2_1.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example2_2_1.exe
│ │ │ │ │ │ ├── Example2_2_1.Form1.resources
│ │ │ │ │ │ ├── Example2_2_1.pdb
│ │ │ │ │ │ ├── Example2_2_1.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example2_2_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example2_2_1.sln
│ │ │ └── Example2_2_1.suo
│ │ ├── Example2_2_2
│ │ │ ├── Example2_2_2
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example2_2_2.exe
│ │ │ │ │ ├── Example2_2_2.pdb
│ │ │ │ │ └── Example2_2_2.vshost.exe
│ │ │ │ ├── Example2_2_2.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example2_2_2.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example2_2_2.exe
│ │ │ │ │ │ ├── Example2_2_2.Form1.resources
│ │ │ │ │ │ ├── Example2_2_2.pdb
│ │ │ │ │ │ ├── Example2_2_2.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example2_2_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example2_2_2.sln
│ │ │ └── Example2_2_2.suo
│ │ ├── Example2_2_3
│ │ │ ├── Example2_2_3
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example2_2_3.exe
│ │ │ │ │ ├── Example2_2_3.pdb
│ │ │ │ │ └── Example2_2_3.vshost.exe
│ │ │ │ ├── Example2_2_3.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example2_2_3.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example2_2_3.exe
│ │ │ │ │ │ ├── Example2_2_3.pdb
│ │ │ │ │ │ ├── Example2_2_3.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example2_2_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example2_2_3.sln
│ │ │ └── Example2_2_3.suo
│ │ ├── Example2_3_1
│ │ │ ├── Example2_3_1
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example2_3_1.exe
│ │ │ │ │ ├── Example2_3_1.pdb
│ │ │ │ │ └── Example2_3_1.vshost.exe
│ │ │ │ ├── Example2_3_1.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example2_3_1.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example2_3_1.exe
│ │ │ │ │ │ ├── Example2_3_1.Form1.resources
│ │ │ │ │ │ ├── Example2_3_1.pdb
│ │ │ │ │ │ ├── Example2_3_1.Properties.Resources.resources
│ │ │ │ │ │ ├── Refactor
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example2_3_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example2_3_1.sln
│ │ │ └── Example2_3_1.suo
│ │ ├── Example2_3_2
│ │ │ ├── Example2_3_2
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example2_3_2.exe
│ │ │ │ │ ├── Example2_3_2.pdb
│ │ │ │ │ └── Example2_3_2.vshost.exe
│ │ │ │ ├── ColorMap.cs
│ │ │ │ ├── Example2_3_2.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example2_3_2.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example2_3_2.exe
│ │ │ │ │ │ ├── Example2_3_2.pdb
│ │ │ │ │ │ ├── Example2_3_2.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example2_3_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example2_3_2.sln
│ │ │ └── Example2_3_2.suo
│ │ ├── Example2_3_3
│ │ │ ├── Example2_3_3
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example2_3_3.exe
│ │ │ │ │ ├── Example2_3_3.pdb
│ │ │ │ │ └── Example2_3_3.vshost.exe
│ │ │ │ ├── ColorMap.cs
│ │ │ │ ├── Example2_3_3.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.designer.cs
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example2_3_3.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example2_3_3.exe
│ │ │ │ │ │ ├── Example2_3_3.pdb
│ │ │ │ │ │ ├── Example2_3_3.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example2_3_3.csproj.FileListAbsolute.txt
│ │ │ │ ├── PointC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example2_3_3.sln
│ │ │ └── Example2_3_3.suo
│ │ ├── Example2_3_4
│ │ │ ├── Example2_3_4
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example2_3_4.exe
│ │ │ │ │ ├── Example2_3_4.pdb
│ │ │ │ │ └── Example2_3_4.vshost.exe
│ │ │ │ ├── ColorMap.cs
│ │ │ │ ├── Example2_3_4.csproj
│ │ │ │ ├── Mapfrm.cs
│ │ │ │ ├── Mapfrm.designer.cs
│ │ │ │ ├── Mapfrm.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example2_3_4.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example2_3_4.exe
│ │ │ │ │ │ ├── Example2_3_4.Mapfrm.resources
│ │ │ │ │ │ ├── Example2_3_4.pdb
│ │ │ │ │ │ ├── Example2_3_4.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example2_3_4.csproj.FileListAbsolute.txt
│ │ │ │ ├── PointC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example2_3_4.sln
│ │ │ └── Example2_3_4.suo
│ │ ├── Example2_4_1
│ │ │ ├── Example2_4_1
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example2_4_1.exe
│ │ │ │ │ ├── Example2_4_1.pdb
│ │ │ │ │ └── Example2_4_1.vshost.exe
│ │ │ │ ├── Example2_4_1.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example2_4_1.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example2_4_1.exe
│ │ │ │ │ │ ├── Example2_4_1.Form1.resources
│ │ │ │ │ │ ├── Example2_4_1.pdb
│ │ │ │ │ │ ├── Example2_4_1.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example2_4_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example2_4_1.sln
│ │ │ └── Example2_4_1.suo
│ │ └── Example2_4_2
│ │ ├── Example2_4_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example2_4_2.exe
│ │ │ │ ├── Example2_4_2.pdb
│ │ │ │ └── Example2_4_2.vshost.exe
│ │ │ ├── Example2_4_2.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Example2_4_2.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Example2_4_2.exe
│ │ │ │ │ ├── Example2_4_2.Form1.resources
│ │ │ │ │ ├── Example2_4_2.pdb
│ │ │ │ │ ├── Example2_4_2.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── Example2_4_2.csproj.FileListAbsolute.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example2_4_2.sln
│ │ └── Example2_4_2.suo
│ ├── Chapter3
│ │ ├── Example3_1_1
│ │ │ ├── Example3_1_1
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example3_1_1.exe
│ │ │ │ │ ├── Example3_1_1.pdb
│ │ │ │ │ └── Example3_1_1.vshost.exe
│ │ │ │ ├── Example3_1_1.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example3_1_1.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example3_1_1.exe
│ │ │ │ │ │ ├── Example3_1_1.Form1.resources
│ │ │ │ │ │ ├── Example3_1_1.pdb
│ │ │ │ │ │ ├── Example3_1_1.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example3_1_1.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example3_1_1.sln
│ │ │ └── Example3_1_1.suo
│ │ ├── Example3_1_2
│ │ │ ├── Example3_1_2
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Example3_1_2.exe
│ │ │ │ │ ├── Example3_1_2.pdb
│ │ │ │ │ └── Example3_1_2.vshost.exe
│ │ │ │ ├── Example3_1_2.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Example3_1_2.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── Example3_1_2.exe
│ │ │ │ │ │ ├── Example3_1_2.Form1.resources
│ │ │ │ │ │ ├── Example3_1_2.pdb
│ │ │ │ │ │ ├── Example3_1_2.Properties.Resources.resources
│ │ │ │ │ │ └── TempPE
│ │ │ │ │ └── Example3_1_2.csproj.FileListAbsolute.txt
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Example3_1_2.sln
│ │ │ └── Example3_1_2.suo
│ │ └── Example3_2_1
│ │ ├── Example3_2_1
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ASTROBOY.bmp
│ │ │ │ │ ├── colorinput.bmp
│ │ │ │ │ ├── Example3_2_1.exe
│ │ │ │ │ ├── Example3_2_1.pdb
│ │ │ │ │ └── Example3_2_1.vshost.exe
│ │ │ │ └── Release
│ │ │ │ ├── ASTROBOY.bmp
│ │ │ │ ├── colorinput.bmp
│ │ │ │ ├── Example3_2_1.exe
│ │ │ │ ├── Example3_2_1.pdb
│ │ │ │ └── Example3_2_1.vshost.exe
│ │ │ ├── Example3_2_1.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Example3_2_1.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Example3_2_1.exe
│ │ │ │ │ ├── Example3_2_1.Form1.resources
│ │ │ │ │ ├── Example3_2_1.pdb
│ │ │ │ │ ├── Example3_2_1.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ ├── Example3_2_1.csproj.FileListAbsolute.txt
│ │ │ │ └── Release
│ │ │ │ ├── Example3_2_1.csproj.GenerateResource.Cache
│ │ │ │ ├── Example3_2_1.exe
│ │ │ │ ├── Example3_2_1.Form1.resources
│ │ │ │ ├── Example3_2_1.pdb
│ │ │ │ ├── Example3_2_1.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example3_2_1.sln
│ │ └── Example3_2_1.suo
│ └── Chapter4
│ ├── Example4_2_1
│ │ ├── Example4_2_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_2_1.exe
│ │ │ │ ├── Example4_2_1.pdb
│ │ │ │ └── Example4_2_1.vshost.exe
│ │ │ ├── Example4_2_1.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.designer.cs
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Example4_2_1.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Example4_2_1.exe
│ │ │ │ │ ├── Example4_2_1.pdb
│ │ │ │ │ ├── Example4_2_1.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── Example4_2_1.csproj.FileListAbsolute.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example4_2_1.sln
│ │ └── Example4_2_1.suo
│ ├── Example4_2_2
│ │ ├── Example4_2_2
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_2_2.exe
│ │ │ │ ├── Example4_2_2.pdb
│ │ │ │ └── Example4_2_2.vshost.exe
│ │ │ ├── Example4_2_2.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Example4_2_2.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Example4_2_2.exe
│ │ │ │ │ ├── Example4_2_2.Form1.resources
│ │ │ │ │ ├── Example4_2_2.pdb
│ │ │ │ │ ├── Example4_2_2.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── Example4_2_2.csproj.FileListAbsolute.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example4_2_2.sln
│ │ └── Example4_2_2.suo
│ ├── Example4_3_1
│ │ ├── Example4_3_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_3_1.exe
│ │ │ │ ├── Example4_3_1.pdb
│ │ │ │ └── Example4_3_1.vshost.exe
│ │ │ ├── Example4_3_1.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Example4_3_1.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Example4_3_1.exe
│ │ │ │ │ ├── Example4_3_1.Form1.resources
│ │ │ │ │ ├── Example4_3_1.pdb
│ │ │ │ │ ├── Example4_3_1.Properties.Resources.resources
│ │ │ │ │ └── TempPE
│ │ │ │ └── Example4_3_1.csproj.FileListAbsolute.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example4_3_1.sln
│ │ └── Example4_3_1.suo
│ ├── Example4_4_1
│ │ ├── Example4_4_1
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Example4_4_1.exe
│ │ │ │ ├── Example4_4_1.pdb
│ │ │ │ └── Example4_4_1.vshost.exe
│ │ │ ├── Example4_4_1.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Example4_4_1.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Example4_4_1.exe
│ │ │ │ │ ├── Example4_4_1.Form1.resources
│ │ │ │ │ ├── Example4_4_1.pdb
│ │ │ │ │ ├── Example4_4_1.Properties.Resources.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ └── TempPE
│ │ │ │ └── Example4_4_1.csproj.FileListAbsolute.txt
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Example4_4_1.sln
│ │ └── Example4_4_1.suo
│ └── Example4_5_1
│ ├── Example4_5_1
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example4_5_1.exe
│ │ │ ├── Example4_5_1.pdb
│ │ │ └── Example4_5_1.vshost.exe
│ │ ├── Example4_5_1.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Example4_5_1.csproj.GenerateResource.Cache
│ │ │ │ ├── Example4_5_1.exe
│ │ │ │ ├── Example4_5_1.Form1.resources
│ │ │ │ ├── Example4_5_1.pdb
│ │ │ │ ├── Example4_5_1.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── Example4_5_1.csproj.FileListAbsolute.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Example4_5_1.sln
│ └── Example4_5_1.suo
└── Chapter5
├── Example5_1_1
│ ├── Example5_1_1
│ │ ├── Axis.cs
│ │ ├── AxisLabel.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example5_1_1.exe
│ │ │ ├── Example5_1_1.pdb
│ │ │ └── Example5_1_1.vshost.exe
│ │ ├── Border.cs
│ │ ├── Chart.cs
│ │ ├── CurveItem.cs
│ │ ├── CurveList.cs
│ │ ├── Example5_1_1.csproj
│ │ ├── FontSpec.cs
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── GapLabel.cs
│ │ ├── GraphPane.cs
│ │ ├── Label.cs
│ │ ├── LinearScale.cs
│ │ ├── LineBase.cs
│ │ ├── MajorGrid.cs
│ │ ├── MajorTic.cs
│ │ ├── Margin.cs
│ │ ├── MasterPane.cs
│ │ ├── MinorGrid.cs
│ │ ├── MinorTic.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Example5_1_1.csproj.GenerateResource.Cache
│ │ │ │ ├── Example5_1_1.exe
│ │ │ │ ├── Example5_1_1.Form1.resources
│ │ │ │ ├── Example5_1_1.pdb
│ │ │ │ ├── Example5_1_1.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── Example5_1_1.csproj.FileListAbsolute.txt
│ │ ├── PaneBase.cs
│ │ ├── PaneList.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Scale.cs
│ │ ├── Types.cs
│ │ ├── XAxis.cs
│ │ ├── YAxis.cs
│ │ └── YAxisList.cs
│ ├── Example5_1_1.sln
│ └── Example5_1_1.suo
├── Example5_2_1
│ ├── Example5_2_1
│ │ ├── Axis.cs
│ │ ├── AxisLabel.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example5_2_1.exe
│ │ │ ├── Example5_2_1.pdb
│ │ │ └── Example5_2_1.vshost.exe
│ │ ├── Border.cs
│ │ ├── Chart.cs
│ │ ├── CurveItem.cs
│ │ ├── CurveList.cs
│ │ ├── Example5_2_1.csproj
│ │ ├── FontSpec.cs
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── GapLabel.cs
│ │ ├── GraphPane.cs
│ │ ├── IPointList.cs
│ │ ├── IPointListEdit.cs
│ │ ├── Label.cs
│ │ ├── LinearScale.cs
│ │ ├── LineBase.cs
│ │ ├── Line.cs
│ │ ├── LineItem.cs
│ │ ├── MajorGrid.cs
│ │ ├── MajorTic.cs
│ │ ├── Margin.cs
│ │ ├── MasterPane.cs
│ │ ├── MinorGrid.cs
│ │ ├── MinorTic.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Example5_2_1.csproj.GenerateResource.Cache
│ │ │ │ ├── Example5_2_1.exe
│ │ │ │ ├── Example5_2_1.Form1.resources
│ │ │ │ ├── Example5_2_1.pdb
│ │ │ │ ├── Example5_2_1.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── Example5_2_1.csproj.FileListAbsolute.txt
│ │ ├── PaneBase.cs
│ │ ├── PaneList.cs
│ │ ├── PointPairBase.cs
│ │ ├── PointPair.cs
│ │ ├── PointPairList.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Scale.cs
│ │ ├── Types.cs
│ │ ├── ValueHandler.cs
│ │ ├── XAxis.cs
│ │ ├── YAxis.cs
│ │ └── YAxisList.cs
│ ├── Example5_2_1.sln
│ └── Example5_2_1.suo
├── Example5_2_2
│ ├── Example5_2_2
│ │ ├── Axis.cs
│ │ ├── AxisLabel.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example5_2_2.exe
│ │ │ ├── Example5_2_2.pdb
│ │ │ └── Example5_2_2.vshost.exe
│ │ ├── Border.cs
│ │ ├── Chart.cs
│ │ ├── CurveItem.cs
│ │ ├── CurveList.cs
│ │ ├── Example5_2_2.csproj
│ │ ├── FontSpec.cs
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── GapLabel.cs
│ │ ├── GraphPane.cs
│ │ ├── IPointList.cs
│ │ ├── IPointListEdit.cs
│ │ ├── Label.cs
│ │ ├── Legend.cs
│ │ ├── LinearScale.cs
│ │ ├── LineBase.cs
│ │ ├── Line.cs
│ │ ├── LineItem.cs
│ │ ├── Location.cs
│ │ ├── MajorGrid.cs
│ │ ├── MajorTic.cs
│ │ ├── Margin.cs
│ │ ├── MasterPane.cs
│ │ ├── MinorGrid.cs
│ │ ├── MinorTic.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Example5_2_2.csproj.GenerateResource.Cache
│ │ │ │ ├── Example5_2_2.exe
│ │ │ │ ├── Example5_2_2.Form1.resources
│ │ │ │ ├── Example5_2_2.pdb
│ │ │ │ ├── Example5_2_2.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── Example5_2_2.csproj.FileListAbsolute.txt
│ │ ├── PaneBase.cs
│ │ ├── PaneList.cs
│ │ ├── PointPairBase.cs
│ │ ├── PointPair.cs
│ │ ├── PointPairList.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Scale.cs
│ │ ├── Types.cs
│ │ ├── ValueHandler.cs
│ │ ├── XAxis.cs
│ │ ├── YAxis.cs
│ │ └── YAxisList.cs
│ ├── Example5_2_2.sln
│ └── Example5_2_2.suo
├── Example5_2_3
│ ├── Example5_2_3
│ │ ├── Axis.cs
│ │ ├── AxisLabel.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example5_2_3.exe
│ │ │ ├── Example5_2_3.pdb
│ │ │ └── Example5_2_3.vshost.exe
│ │ ├── Border.cs
│ │ ├── Chart.cs
│ │ ├── CurveItem.cs
│ │ ├── CurveList.cs
│ │ ├── Example5_2_3.csproj
│ │ ├── Fill.cs
│ │ ├── FontSpec.cs
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── GapLabel.cs
│ │ ├── GraphPane.cs
│ │ ├── IPointList.cs
│ │ ├── IPointListEdit.cs
│ │ ├── Label.cs
│ │ ├── Legend.cs
│ │ ├── LinearScale.cs
│ │ ├── LineBase.cs
│ │ ├── Line.cs
│ │ ├── LineItem.cs
│ │ ├── Location.cs
│ │ ├── MajorGrid.cs
│ │ ├── MajorTic.cs
│ │ ├── Margin.cs
│ │ ├── MasterPane.cs
│ │ ├── MinorGrid.cs
│ │ ├── MinorTic.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Example5_2_3.csproj.GenerateResource.Cache
│ │ │ │ ├── Example5_2_3.exe
│ │ │ │ ├── Example5_2_3.Form1.resources
│ │ │ │ ├── Example5_2_3.pdb
│ │ │ │ ├── Example5_2_3.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── Example5_2_3.csproj.FileListAbsolute.txt
│ │ ├── PaneBase.cs
│ │ ├── PaneList.cs
│ │ ├── PointPairBase.cs
│ │ ├── PointPair.cs
│ │ ├── PointPairList.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Scale.cs
│ │ ├── Symbol.cs
│ │ ├── Types.cs
│ │ ├── ValueHandler.cs
│ │ ├── XAxis.cs
│ │ ├── YAxis.cs
│ │ └── YAxisList.cs
│ ├── Example5_2_3.sln
│ └── Example5_2_3.suo
├── Example5_2_4
│ ├── Example5_2_4
│ │ ├── Axis.cs
│ │ ├── AxisLabel.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example5_2_4.exe
│ │ │ ├── Example5_2_4.pdb
│ │ │ └── Example5_2_4.vshost.exe
│ │ ├── Border.cs
│ │ ├── Chart.cs
│ │ ├── CurveItem.cs
│ │ ├── CurveList.cs
│ │ ├── Example5_2_4.csproj
│ │ ├── Fill.cs
│ │ ├── FontSpec.cs
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── GapLabel.cs
│ │ ├── GraphPane.cs
│ │ ├── IPointList.cs
│ │ ├── IPointListEdit.cs
│ │ ├── Label.cs
│ │ ├── Legend.cs
│ │ ├── LinearScale.cs
│ │ ├── LineBase.cs
│ │ ├── Line.cs
│ │ ├── LineItem.cs
│ │ ├── Location.cs
│ │ ├── LogScale.cs
│ │ ├── MajorGrid.cs
│ │ ├── MajorTic.cs
│ │ ├── Margin.cs
│ │ ├── MasterPane.cs
│ │ ├── MinorGrid.cs
│ │ ├── MinorTic.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Example5_2_4.csproj.GenerateResource.Cache
│ │ │ │ ├── Example5_2_4.exe
│ │ │ │ ├── Example5_2_4.Form1.resources
│ │ │ │ ├── Example5_2_4.pdb
│ │ │ │ ├── Example5_2_4.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── Example5_2_4.csproj.FileListAbsolute.txt
│ │ ├── PaneBase.cs
│ │ ├── PaneList.cs
│ │ ├── PointPairBase.cs
│ │ ├── PointPair.cs
│ │ ├── PointPairList.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Scale.cs
│ │ ├── Symbol.cs
│ │ ├── Types.cs
│ │ ├── ValueHandler.cs
│ │ ├── XAxis.cs
│ │ ├── YAxis.cs
│ │ └── YAxisList.cs
│ ├── Example5_2_4.sln
│ └── Example5_2_4.suo
├── Example5_2_5
│ ├── Example5_2_5
│ │ ├── ArrowObj.cs
│ │ ├── Axis.cs
│ │ ├── AxisLabel.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example5_2_5.exe
│ │ │ ├── Example5_2_5.pdb
│ │ │ └── Example5_2_5.vshost.exe
│ │ ├── Border.cs
│ │ ├── BoxObj.cs
│ │ ├── Chart.cs
│ │ ├── CurveItem.cs
│ │ ├── CurveList.cs
│ │ ├── Example5_2_5.csproj
│ │ ├── Fill.cs
│ │ ├── FontSpec.cs
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── GapLabel.cs
│ │ ├── GraphObj.cs
│ │ ├── GraphObjList.cs
│ │ ├── GraphPane.cs
│ │ ├── IPointList.cs
│ │ ├── IPointListEdit.cs
│ │ ├── Label.cs
│ │ ├── Legend.cs
│ │ ├── LinearScale.cs
│ │ ├── LineBase.cs
│ │ ├── Line.cs
│ │ ├── LineItem.cs
│ │ ├── LineObj.cs
│ │ ├── Location.cs
│ │ ├── LogScale.cs
│ │ ├── MajorGrid.cs
│ │ ├── MajorTic.cs
│ │ ├── Margin.cs
│ │ ├── MasterPane.cs
│ │ ├── MinorGrid.cs
│ │ ├── MinorTic.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Example5_2_5.csproj.GenerateResource.Cache
│ │ │ │ ├── Example5_2_5.exe
│ │ │ │ ├── Example5_2_5.Form1.resources
│ │ │ │ ├── Example5_2_5.pdb
│ │ │ │ ├── Example5_2_5.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Example5_2_5.csproj.FileListAbsolute.txt
│ │ ├── PaneBase.cs
│ │ ├── PaneList.cs
│ │ ├── PointPairBase.cs
│ │ ├── PointPair.cs
│ │ ├── PointPairList.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Scale.cs
│ │ ├── Symbol.cs
│ │ ├── TextObj.cs
│ │ ├── TextScale.cs
│ │ ├── Types.cs
│ │ ├── ValueHandler.cs
│ │ ├── XAxis.cs
│ │ ├── YAxis.cs
│ │ └── YAxisList.cs
│ ├── Example5_2_5.sln
│ └── Example5_2_5.suo
├── Example5_3_1
│ ├── Example5_3_1
│ │ ├── ArrowObj.cs
│ │ ├── Axis.cs
│ │ ├── AxisLabel.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Example5_3_1.exe
│ │ │ ├── Example5_3_1.pdb
│ │ │ └── Example5_3_1.vshost.exe
│ │ ├── Border.cs
│ │ ├── BoxObj.cs
│ │ ├── Chart.cs
│ │ ├── CurveItem.cs
│ │ ├── CurveList.cs
│ │ ├── Example5_3_1.csproj
│ │ ├── Fill.cs
│ │ ├── FontSpec.cs
│ │ ├── Form1.cs
│ │ ├── Form1.designer.cs
│ │ ├── Form1.resx
│ │ ├── GapLabel.cs
│ │ ├── GraphObj.cs
│ │ ├── GraphObjList.cs
│ │ ├── GraphPane.cs
│ │ ├── IPointList.cs
│ │ ├── IPointListEdit.cs
│ │ ├── Label.cs
│ │ ├── Legend.cs
│ │ ├── LinearScale.cs
│ │ ├── LineBase.cs
│ │ ├── Line.cs
│ │ ├── LineItem.cs
│ │ ├── LineObj.cs
│ │ ├── Location.cs
│ │ ├── LogScale.cs
│ │ ├── MajorGrid.cs
│ │ ├── MajorTic.cs
│ │ ├── Margin.cs
│ │ ├── MasterPane.cs
│ │ ├── MinorGrid.cs
│ │ ├── MinorTic.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Example5_3_1.csproj.GenerateResource.Cache
│ │ │ │ ├── Example5_3_1.exe
│ │ │ │ ├── Example5_3_1.Form1.resources
│ │ │ │ ├── Example5_3_1.pdb
│ │ │ │ ├── Example5_3_1.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ └── Example5_3_1.csproj.FileListAbsolute.txt
│ │ ├── PaneBase.cs
│ │ ├── PaneList.cs
│ │ ├── PointPairBase.cs
│ │ ├── PointPair.cs
│ │ ├── PointPairList.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Scale.cs
│ │ ├── Symbol.cs
│ │ ├── TextObj.cs
│ │ ├── TextScale.cs
│ │ ├── Types.cs
│ │ ├── ValueHandler.cs
│ │ ├── XAxis.cs
│ │ ├── YAxis.cs
│ │ └── YAxisList.cs
│ ├── Example5_3_1.sln
│ └── Example5_3_1.suo
└── Example5_4_1
├── Example5_4_1
│ ├── ArrowObj.cs
│ ├── Axis.cs
│ ├── AxisLabel.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Example5_4_1.exe
│ │ ├── Example5_4_1.pdb
│ │ └── Example5_4_1.vshost.exe
│ ├── Border.cs
│ ├── BoxObj.cs
│ ├── Chart.cs
│ ├── CurveItem.cs
│ ├── CurveList.cs
│ ├── Example5_4_1.csproj
│ ├── Fill.cs
│ ├── FontSpec.cs
│ ├── Form1.cs
│ ├── Form1.designer.cs
│ ├── Form1.resx
│ ├── GapLabel.cs
│ ├── GraphObj.cs
│ ├── GraphObjList.cs
│ ├── GraphPane.cs
│ ├── IPointList.cs
│ ├── IPointListEdit.cs
│ ├── Label.cs
│ ├── Legend.cs
│ ├── LinearScale.cs
│ ├── LineBase.cs
│ ├── Line.cs
│ ├── LineItem.cs
│ ├── LineObj.cs
│ ├── Location.cs
│ ├── LogScale.cs
│ ├── MajorGrid.cs
│ ├── MajorTic.cs
│ ├── Margin.cs
│ ├── MasterPane.cs
│ ├── MinorGrid.cs
│ ├── MinorTic.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Example5_4_1.csproj.GenerateResource.Cache
│ │ │ ├── Example5_4_1.exe
│ │ │ ├── Example5_4_1.Form1.resources
│ │ │ ├── Example5_4_1.pdb
│ │ │ ├── Example5_4_1.Properties.Resources.resources
│ │ │ └── TempPE
│ │ └── Example5_4_1.csproj.FileListAbsolute.txt
│ ├── PaneBase.cs
│ ├── PaneList.cs
│ ├── PointPairBase.cs
│ ├── PointPair.cs
│ ├── PointPairList.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Scale.cs
│ ├── Symbol.cs
│ ├── TextObj.cs
│ ├── TextScale.cs
│ ├── Types.cs
│ ├── ValueHandler.cs
│ ├── X2Axis.cs
│ ├── XAxis.cs
│ ├── Y2Axis.cs
│ ├── Y2AxisList.cs
│ ├── YAxis.cs
│ └── YAxisList.cs
├── Example5_4_1.sln
└── Example5_4_1.suo
228 directories, 881 files
评论