C# Class BlingBag.Specs.Account

Show file Open project: bsommardahl/BlingBag Class Usage Examples

Public Methods

Method Description
ChangeName ( string newName ) : void
DoSomething ( ) : void

Method Details

ChangeName() public method

public ChangeName ( string newName ) : void
newName string
return void

DoSomething() public method

public DoSomething ( ) : void
return void