コード例 #1
0
ファイル: SettingsViewModel.cs プロジェクト: kdeng00/FreshAir
        public void PopulateAccountSettings()
        {
            AccountActions.Clear();
            var changePassword = new AccountAction
            {
                AccountSetting = "ChangePassword",
                SettingText    = "Change your password"
            };

            AccountActions.Add(changePassword);
        }