Exemplo n.º 1
0
 public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
 {
     if (value is Type)
     {
         return(DataBindingReflectHelper.DisplayData(value as Type));
     }
     return(null);
 }
Exemplo n.º 2
0
 public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
 {
     if (value is Assembly)
     {
         return(DataBindingReflectHelper.GetSAPScreenFromAssembly(value as Assembly));
     }
     return(null);
 }