예제 #1
0
 public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
 {
     F.Operations op = (F.Operations)value;
     return(Translate._("Action.Export.Dialog.Operation." + op.ToString()));
 }