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