Files
DP44/Common/DTS.Common/.svn/pristine/e0/e007a84e0fe1d00af1fb13bcc9f5023c6ba362c9.svn-base

12 lines
269 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
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> { }
}