Skip to content

Instantly share code, notes, and snippets.

@sergey-tihon
Created April 27, 2013 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergey-tihon/5473588 to your computer and use it in GitHub Desktop.
Save sergey-tihon/5473588 to your computer and use it in GitHub Desktop.
module MainApp
open System
open System.Windows
open System.Windows.Controls
open FSharpx
type MainWindow = XAML<"MainWindow.xaml">
let loadWindow() =
let window = MainWindow()
window.Root
[<STAThread>]
(new Application()).Run(loadWindow()) |> ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment