ZoomerTests ShowInitialZoomer Method Delta Engine Documentation

Namespace: FractalZoomer.Tests
Assembly: FractalZoomer.Tests (in FractalZoomer.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void ShowInitialZoomer()
Examples

[Test]
public void ShowInitialZoomer()
{
    new Zoomer(Resolve<Window>());
}
See Also