コード例 #1
0
ファイル: DesktopDialog.cs プロジェクト: zhjh-stack/ogama
 /// <summary>
 /// <see cref="Control.Click"/> event handler
 /// for the <see cref="btnRemoveCondition"/> <see cref="Button"/>
 /// Removes the selected <see cref="StopCondition"/> items from
 /// the <see cref="lsbStopConditions"/> list.
 /// </summary>
 /// <param name="sender">Source of the event.</param>
 /// <param name="e">An empty <see cref="EventArgs"/></param>
 private void btnRemoveCondition_Click(object sender, EventArgs e)
 {
     SlideDesignModule.DeleteSelectedItems(this.lsbStopConditions);
 }