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