Hi.
Today, I tried to make very first WPF project with F#.
Found an empty template for this one (though not so simple).
(from here
https://visualstudiogallery.msdn.microsoft.com/e0907c99-bb04-4eb8-9692-9333d5ff4399
)
.
Now, I'm trying this and that.
Question.
How can I make so called "code-behind file" ?
As fas as I know its name is "MainWindow.xaml.fs" and I already have this one in my folder.
But, Visual Studio says "The document item has no code-behind file".
I'm at the first step to make "button"s.
Regards