示例#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();
 }
 private void _model_TargetNotified(ProductTargets target)
 {
     BindData();
 }
示例#7
0
 void _model_TargetNotified(ProductTargets target)
 {
 }
示例#8
0
 void _model_TargetNotified(ProductTargets target)
 {
 }