IBoundItem.cs 99 B

123456
  1. namespace Dongke.WinForm.Controls.InvoiceLayout
  2. {
  3. public interface IBoundItem
  4. {
  5. }
  6. }