using System.Windows.Forms; namespace PaintDotNet.SystemLayer { public delegate void RealParentWndProcDelegate(ref Message m); }