/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
- namespace SampleLibrary.AOP
- {
- public static class SampleStaticClassWithStaticMethod
- {
- public static void DoSomething()
- {
- }
- }
- }