Example #1
0
 /// <summary>
 /// Handles the PreparingBurn event of the _discMaster control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="T:Imapi.Net.EstimatedTimeOperationEventArgs"/> instance containing the event data.</param>
 private void _discMaster_PreparingBurn( object sender, EstimatedTimeOperationEventArgs e )
 {
     AppendLogText( "Method \"_discMaster_PreparingBurn\" is not yet implemented" );
 }
Example #2
0
 /// <summary>
 /// Handles the ClosingDisc event of the _discMaster control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="T:Imapi.Net.EstimatedTimeOperationEventArgs"/> instance containing the event data.</param>
 private void _discMaster_ClosingDisc( object sender, EstimatedTimeOperationEventArgs e )
 {
     AppendLogText( "Method \"_discMaster_ClosingDisc\" is not yet implemented" );
 }