init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using DTS.Common.Classes;
|
||||
using Microsoft.Practices.Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The StatusAndProgressBarEvent event.
|
||||
/// </summary>
|
||||
///
|
||||
/// <remarks>This event is used to update the Status and/or Progress bars.</remarks>
|
||||
///
|
||||
public class StatusAndProgressBarEvent : CompositePresentationEvent<StatusAndProgressBarEventArgs> { }
|
||||
}
|
||||
Reference in New Issue
Block a user