xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Fun with Graphics!" Height="345" Width="452">
public void myLine_Clicked(Object sender, MouseButtonEventArgs e)
{
MessageBox.Show("You clicked the line!");
}