官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

There are three styles for code. Code words in text are shown as follows:

"The codeActivity1_ExecuteCode method is here and waiting for us to provide an implementation"

A block of code will be set as follows:

using System;
using System.Workflow.Activities;
namespace chapter2_library
{
public sealed partial class PureCode: SequentialWorkflowActivity 
{
public PureCode()
{
InitializeComponent();
}
}
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:

using System;
using System.Workflow.Activities;
namespace chapter2_library
{
public sealed partial class PureCode: SequentialWorkflowActivity
{
public PureCode() { InitializeComponent(); }
}
}

New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "Right-click the workflow and select the Delete option".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 阜南县| 泸溪县| 梁山县| 石林| 曲阜市| 洪江市| 永福县| 汨罗市| 屏南县| 涞源县| 宁陕县| 神池县| 马龙县| 五大连池市| 明水县| 甘德县| 通山县| 南靖县| 宜春市| 雷波县| 石河子市| 卓资县| 读书| 黑河市| 崇左市| 永春县| 望奎县| 垦利县| 永平县| 崇文区| 惠州市| 蓬溪县| 松桃| 望城县| 萨嘎县| 龙川县| 西林县| 贵州省| 崇仁县| 彰化县| 陆丰市|