Accelerometer.MainPage.MainPage C# (CSharp) 메소드

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System
        public MainPage()
        {
            this.InitializeComponent();

            this.NavigationCacheMode = NavigationCacheMode.Required;

            this.DataContext = this.viewModel = App.Current;
        }