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