예제 #1
0
 internal string[] EnumerateProfiles()
 {
     lock (Config.SyncRoot) {
         return(loader.Enumerate());
     }
 }