NativePaintHandler.cs 180 B

12345678
  1. namespace IndexFormula.Finance
  2. {
  3. using System;
  4. using System.Runtime.CompilerServices;
  5. public delegate void NativePaintHandler(object sender, NativePaintArgs e);
  6. }