wha tdoes this line say in c sharp?

Nuke

New member
var stream = Assembly.GetExecutingAssembly().GetManifestResourceStream(string.Format("{0}.Data.WINGAS_{1}.xls", this.GetType().Namespace, fileName));
return stream;
 
Back
Top