コード例 #1
0
ファイル: Drawing.cs プロジェクト: radtek/Shopdrawing
 public void RaiseConstructionStepStarted(ConstructionStepStartedEventArgs args)
 {
     if (ConstructionStepStarted != null)
     {
         ConstructionStepStarted(this, args);
     }
 }
コード例 #2
0
ファイル: Drawing.cs プロジェクト: wcatykid/GeoShader
 public void RaiseConstructionStepStarted(ConstructionStepStartedEventArgs args)
 {
     if (ConstructionStepStarted != null)
     {
         ConstructionStepStarted(this, args);
     }
 }