選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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. }