~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do/src/Do.Core/PluginManager.cs

  • Committer: Hardeep S
  • Date: 2009-06-23 05:58:49 UTC
  • Revision ID: ootz0rz@gmail.com-20090623055849-foc5oodact5ckt3b
changes to just get it to compile...

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
using Do.UI;
33
33
using Do.Platform;
34
 
using Do.Platform.Linux;
 
34
using Do.Platform.Windows;
35
35
using Do.Universe;
36
36
using Do.Interface;
37
37
using Do.Core.Addins;