AcManager.Pages.About.AboutPage.AboutPage C# (CSharp) Method

AboutPage() public method

public AboutPage ( ) : System
return System
        public AboutPage() {
            DataContext = new ViewModel();
            InitializeComponent();
        }