Exemplo n.º 1
0
            public void Connection_ServiceClosed(AppServiceConnection sender, AppServiceClosedEventArgs args)
            {
                SystrayApplicationContext s = new SystrayApplicationContext();

                s.connection.ServiceClosed -= Connection_ServiceClosed;
                s.connection = null;
            }
Exemplo n.º 2
0
 public Form1(SystrayApplicationContext systrayApplicationContext) : this()
 {
     this.systrayApplicationContext = systrayApplicationContext;
 }