예제 #1
0
 public PluginResource(PluginResourceType type, string path)
 {
     _type = type;
     _path = path;
 }
예제 #2
0
 public PluginResource(PluginResourceType type, string path)
 {
   _type = type;
   _path = path;
 }