You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Footers.cs 222B

1234567891011121314
  1. namespace Novacode
  2. {
  3. public class Footers
  4. {
  5. internal Footers()
  6. {
  7. }
  8. public Footer odd;
  9. public Footer even;
  10. public Footer first;
  11. }
  12. }