标签: c#
如何在嵌入式资源中读取xml?
以下代码是否正确? xml位于项目文件夹
DataSet dataSet = new DataSet(); dataSet.ReadXml("text.xml");
谢谢