SL模版引用
摘要:
public class IconConverter : IValueConverter { public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) { if (value != null) { string iconUrl = value.ToString(); if (!string.IsNullOrEmpty(iconUrl)) { return "/Abis.Res;compone... 阅读全文
posted @ 2012-06-15 23:11 疯狂的石头陈 阅读(211) 评论(0) 推荐(0)
浙公网安备 33010602011771号