Skip to content

DLL - Initial Setup

by StreamUP
DLL

Usings

cs
using StreamUP;

You just then need to ensure StreamUP.dll is in your references.

Init

cs
    public StreamUpLib SUP;
    public void Init()
    {
        SUP = new StreamUpLib(CPH, "XXXX"); //Replace XXX with something Unique to you, at StreamUP we use SUP000 and we just change the number.
    }