Skip to content

Instantly share code, notes, and snippets.

View jflam's full-sized avatar

John Lam jflam

View GitHub Profile
using System;
using System.Linq;
using System.Windows.Controls;
using System.Windows.Media;
using System.Xml.Linq;
using Microsoft.Maps.MapControl;
namespace Map
{
public partial class MainPage : UserControl
Index: Witty/Witty/ConsoleWindow.xaml
===================================================================
--- Witty/Witty/ConsoleWindow.xaml (revision 0)
+++ Witty/Witty/ConsoleWindow.xaml (revision 0)
@@ -0,0 +1,15 @@
+<Window x:Class="Witty.ConsoleWindow"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:core="clr-namespace:Core;assembly=Core"
+ Title="ConsoleWindow" Height="800" Width="500">