observer.sln
来自「Csharp设计模式图书加源代码是csharp程序员学习模式编程的一本好书」· SLN 代码 · 共 22 行
SLN
22 行
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Observer", "Observer.csproj", "{F56BDE5E-6CD2-4A9D-9A75-8151CD1C1E0F}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{F56BDE5E-6CD2-4A9D-9A75-8151CD1C1E0F}.Debug.ActiveCfg = Debug|.NET
{F56BDE5E-6CD2-4A9D-9A75-8151CD1C1E0F}.Debug.Build.0 = Debug|.NET
{F56BDE5E-6CD2-4A9D-9A75-8151CD1C1E0F}.Release.ActiveCfg = Release|.NET
{F56BDE5E-6CD2-4A9D-9A75-8151CD1C1E0F}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?