readme.txt

来自「微软C#读写类」· 文本 代码 · 共 37 行

TXT
37
字号
Base Class Library for RS232 Communications.
--------------------------------------------

LIBRARY

CommBase.dll
  The library redistributable assembly - .NET managed code.
  Contains namespace JH.CommBase. Requires Unmanaged Code Permission.

CommBase.xml
  Intellisense comments for the library. Copy this to the same directory as
  CommBase.dll when referencing the library in the development environment.

CommBaseSource\CommBase.cs
CommbaseSource\AssemblyInfo.cs
  Source code for CommBase.dll assembly. Build in a Visual Studio C# Class
  Library project. Set the XML Documentation File option in configuration
  properties to rebuild the Intellisense comments.


EXAMPLES

LineTerm.vb
  Source code for LineTerm example. Build in a Visual Studio VB Console
  Application project. Requires a reference to CommBase.dll.

BaseTerm.exe
  Compiled example. Requires CommBase.dll in same directory to run.

BaseTermSource\BaseTerm.cs
BaseTermSource\TermForm.cs
BaseTermSource\SettingsForm.cs
BaseTermSource\InfoForm.cs
BaseTermSource\AssemblyInfo.cs
  Source code for BaseTerm example. Build in a Visual Studio C# Windows
  Application project. Requires a reference to CommBase.dll.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?