/src/SampleLibrary/AOP/SampleStaticClassWithStaticMethod.cs

http://github.com/philiplaureano/LinFu · C# · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · a48d1c7b84b92524260f436bada35451 MD5 · raw file

  1. namespace SampleLibrary.AOP
  2. {
  3. public static class SampleStaticClassWithStaticMethod
  4. {
  5. public static void DoSomething()
  6. {
  7. }
  8. }
  9. }