Beispiel #1
0
 public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
 {
     if (value is Assembly)
     {
         return(SAPReflect.GetSAPScreenFromAssembly(value as Assembly));
     }
     return(null);
 }
Beispiel #2
0
 public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
 {
     if (value is Type)
     {
         return(SAPReflect.DisplayData(value as Type));
     }
     return(null);
 }