コード例 #1
0
        public void dependency_OnChange(object sender, SqlNotificationEventArgs e)
        {
            // System.Diagnostics.Debug.WriteLine("inside onchange method");
            ProductHub h = new ProductHub();

            h.Show();
        }
コード例 #2
0
 private void SqlDependency_OnChange(object sender, SqlNotificationEventArgs e)
 {
     ProductHub.Show();
 }