C# Class Castle.DynamicProxy.Test.Classes.ServiceClass2

Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
DoOtherThing ( ) : void
DoSomething ( ) : void
DoSomethingElse ( ) : void

Method Details

DoOtherThing() public method

public DoOtherThing ( ) : void
return void

DoSomething() public method

public DoSomething ( ) : void
return void

DoSomethingElse() public method

public DoSomethingElse ( ) : void
return void