/[dotgnu-pnet]/pnetlib/System.Windows.Forms/NotifyIcon.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/NotifyIcon.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by drobosson, Sat Jun 11 12:09:45 2005 UTC revision 1.3 by drobosson, Sat Jun 11 12:25:30 2005 UTC
# Line 33  namespace System.Windows.Forms Line 33  namespace System.Windows.Forms
33                  private Icon icon;                  private Icon icon;
34                  private string text;                  private string text;
35                  private bool visable;                  private bool visable;
36                    private IContainer container;
37    
38                  public event EventHandler Click;                  public event EventHandler Click;
39                  public event EventHandler DoubleClick;                  public event EventHandler DoubleClick;
# Line 46  namespace System.Windows.Forms Line 47  namespace System.Windows.Forms
47                          visable = false;                          visable = false;
48                  }                  }
49    
50                    public NotifyIcon(IContainer container) : this()
51                    {
52                            container = container;
53                    }
54    
55                  // Properties                  // Properties
56    
57                  public ContextMenu ContextMenu                  public ContextMenu ContextMenu

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26