}
«网站首页

starspace

关注此人
把starspace加为好友
附言:



最新动态
  • 其实,可以直接通过
    System.Windows.Resources.StreamResourceInfo resourceStream = Application.GetResourceStream(new Uri("FilePath", UriKind.RelativeOrAbsolute));
    if (resourceStream != null)
    {
    Stream stream = resourceStream.Stream;
    }
    来读取content文件的,呵呵;
    反编译XElement.Load发现的!
Top