mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-24 05:24:12 +08:00
11 lines
235 B
C#
11 lines
235 B
C#
using System.IO;
|
|
|
|
namespace WebViewControl {
|
|
partial class ResourcesManager {
|
|
|
|
private static Stream GetApplicationResource(string assemblyName, string resourceName) {
|
|
return null; // TODO
|
|
}
|
|
}
|
|
}
|