예제 #1
0
파일: SignIn.xaml.cs 프로젝트: burstas/rmps
 public bool InitView(MainPage main)
 {
     _Main = main;
     _Main.Show(this);
     return true;
 }