예제 #1
0
 public App()
 {
     InitializeComponent();
     MainPage = new MunitConverter();
 }
예제 #2
0
파일: App.cs 프로젝트: llenroc/XFXamlClass
 public App()
 {
     // The root page of your application
     MainPage = new MunitConverter();
 }