NFStart.SetFocusNet C# (CSharp) Method

SetFocusNet() public method

public SetFocusNet ( NFNet, xNet ) : void
xNet NFNet,
return void
    public void SetFocusNet(NFNet xNet)
    {
        mxNetFocus = xNet;
    }