public void dependency_OnChange(object sender, SqlNotificationEventArgs e) { // System.Diagnostics.Debug.WriteLine("inside onchange method"); ProductHub h = new ProductHub(); h.Show(); }
private void SqlDependency_OnChange(object sender, SqlNotificationEventArgs e) { ProductHub.Show(); }