コード例 #1
0
ファイル: VMesoWind.cs プロジェクト: mohsenboojari/offwind
 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)
 {
 }