📄 client.vshost.exe.config
字号:
<?xml version="1.0"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="SharedDemo" publicKeyToken="7d886a6f7b9f0292" />
<publisherPolicy apply="no" />
<bindingRedirect oldVersion="1.0.0.0-1.0.3300.0" newVersion="1.0.3300.0" />
<codeBase version="1.1" href="http://www.christiannagel.com/WroxUtils" />
</dependentAssembly>
<publisherPolicy apply="yes" />
<probing privatePath="utils;bin" />
</assemblyBinding>
<gcConcurrent enabled="true" />
</runtime>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -