コード例 #1
0
 public static bool Load(string path)
 {
     if (PluginsInterface.Load(path))
     {
         s_path = path;
         return(true);
     }
     else
     {
         s_path = null;
         return(false);
     }
 }