摘要:
写个小工具,方便一次性将resource文件中的资源导出,不然反编译后一个个找,真是太麻烦了。usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Resources;usingSystem.Collections;usingSystem.IO; namespaceResExport{classProgram{staticvoidMain(string[]args){ResourceReaderres=newResourceReader("MSVirtualE 阅读全文