public void Connection_ServiceClosed(AppServiceConnection sender, AppServiceClosedEventArgs args) { SystrayApplicationContext s = new SystrayApplicationContext(); s.connection.ServiceClosed -= Connection_ServiceClosed; s.connection = null; }
public Form1(SystrayApplicationContext systrayApplicationContext) : this() { this.systrayApplicationContext = systrayApplicationContext; }