MonoMobile.Views.ViewModel.Load C# (CSharp) Method

Load() public method

public Load ( string key ) : string
key string
return string
		public string Load(string key)
		{
			return Load(key, string.Empty);
		}

Same methods

ViewModel::Load ( string key, string defaultValue ) : string