IBoundItem.cs 145 B

123456789
  1. namespace Dongke.WinForm.Controls.InvoiceLayout
  2. {
  3. /// <summary>
  4. ///
  5. /// </summary>
  6. public interface IBoundItem
  7. {
  8. }
  9. }