Exemplo n.º 1
0
 /// <summary>
 /// Creates a new message sink that receives message from
 /// a given taskbar icon.
 /// </summary>
 /// <param name="version"></param>
 public WindowMessageSink(NotifyIconVersion version)
 {
     Version = version;
       CreateMessageWindow();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new message sink that receives message from
 /// a given taskbar icon.
 /// </summary>
 /// <param name="version"></param>
 public WindowMessageSink(NotifyIconVersion version)
 {
     Version = version;
     CreateMessageWindow();
 }
Exemplo n.º 3
0
 public WindowMessageSink(NotifyIconVersion version)
 {
     this.Version = version;
     this.method_0();
 }