コード例 #1
0
            public void Connection_ServiceClosed(AppServiceConnection sender, AppServiceClosedEventArgs args)
            {
                SystrayApplicationContext s = new SystrayApplicationContext();

                s.connection.ServiceClosed -= Connection_ServiceClosed;
                s.connection = null;
            }
コード例 #2
0
 public Form1(SystrayApplicationContext systrayApplicationContext) : this()
 {
     this.systrayApplicationContext = systrayApplicationContext;
 }