- Windows phone 7.5 application development with F#
- Lohith G. N
- 128字
- 2021-07-27 17:58:20
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.
Code words in text are shown as follows: "This contains the launch point, which is App.XAML
."
A block of code is set as follows:
public AppHost() { // Standard Silverlight initialization InitializeComponent(); app = new WindowsPhoneApp.App(this); }
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on OK once you are done with naming the application."