Example #1
0
 public void NotifyTargets(ProductTargets target)
 {
     if (TargetNotified != null)
     {
         try
         {
             TargetNotified(target);
         }
         catch (Exception e)
         {
             Debug.WriteLine(e.Message);
         }
     }
 }
Example #2
0
 public void NotifyTargets(ProductTargets target)
 {
     if (TargetNotified != null)
     {
         try
         {
             TargetNotified(target);
         }
         catch (Exception e)
         {
             Debug.WriteLine(e.Message);
         }
     }
 }
Example #3
0
 void _model_TargetNotified(ProductTargets target)
 {
     PlotWindRose();
 }
Example #4
0
 private void _model_TargetNotified(ProductTargets target)
 {
     BindData();
 }
Example #5
0
 void _model_TargetNotified(ProductTargets target)
 {
     PlotWindRose();
 }
 private void _model_TargetNotified(ProductTargets target)
 {
     BindData();
 }
Example #7
0
 void _model_TargetNotified(ProductTargets target)
 {
 }
Example #8
0
 void _model_TargetNotified(ProductTargets target)
 {
 }