~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do.Platform.Windows/src/Do.Universe/ApplicationItem.cs

  • Committer: Chris S.
  • Date: 2009-06-24 05:16:06 UTC
  • Revision ID: chris@szikszoy.com-20090624051606-9g5ip3nfkau6pvzl
add windows paths service

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                {
49
49
                        ApplicationItem appItem;
50
50
 
51
 
                        Console.WriteLine ("Path: " + path);
52
 
 
53
51
                        if (path == null) throw new ArgumentNullException ("path");
54
52
 
55
53
                        if (Instances.ContainsKey (path)) {