// 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
Labels: WPF Code
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment