// Hello.cs
using System;
using System.Windows; // the root WPF namespace
namespace MyFirstAvalonApp
{
class MyApp {
[STAThread]
static void Main( ) {
// the WPF message box
MessageBox.Show("Hello, Avalon");
}
}
}
Example Hello Program , WPF
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment