예제 #1
0
 public static PluginModel Find(string key)
 {
     return(LoadedPlugins?.Find(p => p.Key == key));
 }