Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

13 lines
193B

  1. using System;
  2. using System.Collections.Generic;
  3. $
  4. if$ ($targetframeworkversion$ >= 3.5)using System.Linq;
  5. $endif$using System.Text;
  6. namespace $safeprojectname$
  7. {
  8. public class Class1
  9. {
  10. }
  11. }