AcManager.Pages.Settings.SettingsContent.SettingsContent C# (CSharp) Method

SettingsContent() public method

public SettingsContent ( ) : AcManager.Tools.Helpers
return AcManager.Tools.Helpers
        public SettingsContent() {
            InitializeComponent();
            DataContext = new ViewModel();
        }
SettingsContent