Inheritance: PhoneApplicationPage
Example #1
0
        public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
        {
            if (value == null)
                return null;
            else
            {
				var control = new ReplyViewPage { DataContext = value };
                return control;
            }
        }