<FlowDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:b="http://schemas.byk.com/2009/xaml/presentation"
			        Tag="Project Selection">
  
  <Paragraph>Measurement data are stored in project files with the extension *.xlm. Those files can 
             be sent to other smart-chart users. In the list box, the recently used projects are displayed.
  </Paragraph>
  
  <Paragraph Style="{DynamicResource Header}">New Project</Paragraph>
  
  <Paragraph>• To create new projects press the button <Bold>New Project</Bold>.
  </Paragraph>
  
  <Paragraph Style="{DynamicResource Header}">Open Project</Paragraph>
  
  <Paragraph>To open an existing project
  </Paragraph>
    <Paragraph>• Press the button <Bold>Open Project</Bold> and select the required file in the Windows Explorer.
  </Paragraph>
  <Paragraph>• Or select the required file in the <Bold>Recent Project</Bold> list and press <Bold>Open</Bold>.
  </Paragraph>
  <Paragraph>• Or double click on the required file in the <Bold>Recent Project</Bold> list.
  </Paragraph>
  
    <Paragraph Style="{DynamicResource Header}">Remove</Paragraph>
  
  <Paragraph>• Removes selected project from the Recent Project list.
  </Paragraph>
   
    <Paragraph Style="{DynamicResource Header}">Remove All</Paragraph>
  
  <Paragraph>• Removes all projects from the Recent Project list.
  </Paragraph> 
  
  
  
    <Paragraph>  </Paragraph>
    <Paragraph>  </Paragraph>
 
</FlowDocument>