~do-win/do/test-paths

« back to all changes in this revision

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

  • Committer: Hardeep S
  • Date: 2009-06-24 02:12:35 UTC
  • Revision ID: ootz0rz@gmail.com-20090624021235-gc07uopvmiddr34w
fixed the settingstriangle not showing properly in the classic interface
added Do.Platform.Windows.NotificationService

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
 
51
53
                        if (path == null) throw new ArgumentNullException ("path");
52
54
 
53
55
                        if (Instances.ContainsKey (path)) {