Пример #1
0
        public AboutViewModel()
        {
            AppName = string.Empty;
            AppVersion = string.Empty;
            AppDescription = string.Empty;
            MiscText1 = string.Empty;
            MiscText2 = string.Empty;
            Copyright = string.Empty;

            RateThisAppCommand = new RateThisAppCommand();
            SendAnEmailCommand = new Commands.SendAnEmailCommand(){ Subject = "Awful QCS" };
        }
Пример #2
0
        public AboutViewModel()
        {
            AppName        = string.Empty;
            AppVersion     = string.Empty;
            AppDescription = string.Empty;
            MiscText1      = string.Empty;
            MiscText2      = string.Empty;
            Copyright      = string.Empty;

            RateThisAppCommand = new RateThisAppCommand();
            SendAnEmailCommand = new Commands.SendAnEmailCommand()
            {
                Subject = "Awful QCS"
            };
        }