/src/SampleLibrary/AOP/SampleClassWithThirdPartyMethodCall.cs
http://github.com/philiplaureano/LinFu · C# · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 9a014b5c01e59ce5aaae67a694f76e62 MD5 · raw file
- using System;
- namespace SampleLibrary.AOP
- {
- public class SampleClassWithThirdPartyMethodCall
- {
- public void DoSomething()
- {
- Console.WriteLine("Hello, World!");
- }
- }
- }