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.

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