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

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.

主站蜘蛛池模板: 华宁县| 抚顺市| 武功县| 吴忠市| 仙桃市| 板桥市| 怀化市| 临猗县| 洪江市| 台山市| 富民县| 合肥市| 昭苏县| 遂川县| 西丰县| 隆子县| 弥勒县| 泸西县| 永善县| 安多县| 灵寿县| 当阳市| 桓台县| 兴文县| 澄迈县| 舞阳县| 原阳县| 弋阳县| 河南省| 卢龙县| 渭源县| 呈贡县| 东平县| 米林县| 淮南市| 泸水县| 新密市| 子长县| 二连浩特市| 遂昌县| 大渡口区|