Hello again, and to hide instance? how to make it work? On assemblies documentation the command appear to be the same of show, but it don't hide :S
var url = instance.Port.ToString();
var port = instance.Port;
var address = instance.Url.ToString();
ZennoPoster.ShowInstance(url, port, address)...