RealParentWndProcDelegate.cs 140 B

123456
  1. using System.Windows.Forms;
  2. namespace SmartCoalApplication
  3. {
  4. public delegate void RealParentWndProcDelegate(ref Message message);
  5. }