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