Namespace: Blocks
Assembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
Tests: Blocks.Tests.UserInterfaceTests
1 unit tests call Blocks.UserInterface.Dispose
Assembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Implements
IDisposable DisposeRemarks
Examples
[Test, CloseAfterFirstFrame] public void UserInterfaceShouldBeHidden() { userInterface.Dispose(); }
See Also