Monday, May 31, 2010

Testing Code Formatting

Code4Blog (VS 2010)


 <Window x:Class="FirstTwitterApp.MainWindow" 
         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
         xmlns:vm="clr-namespace:FirstTwitterApp.ViewModels" 
         xmlns:local="clr-namespace:FirstTwitterApp"

Code Snippet plugin for Windows Live Writer


   1: <Window x:Class="FirstTwitterApp.MainWindow"
   2:         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
   3:         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
   4:         xmlns:vm="clr-namespace:FirstTwitterApp.ViewModels"
   5:         xmlns:local="clr-namespace:FirstTwitterApp"


No comments: