init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Prism.Events;
|
||||
// ReSharper disable CheckNamespace
|
||||
|
||||
namespace DTS.Common.Events
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// A request was made to save the current chart to PDF.
|
||||
/// </summary>
|
||||
public class SaveToPDFRequestedEvent : PubSubEvent<string> { }
|
||||
}
|
||||
Reference in New Issue
Block a user