コード例 #1
0
ファイル: PluginRepository.cs プロジェクト: Alexr03/Nexus
 public PluginRepository()
 {
     Instance = this;
     RefreshRepository();
 }
コード例 #2
0
 public PluginRepository()
 {
     Instance = this;
     RefreshRepository();
     SubscribeToFileWatcher();
 }