private void InitData() { Model = new AboutWindowModel(); Model.Username = UserFunctions.GetFQDN(); Model.AppBuild = AppFunctions.GetAppBuild(); }