Bureaucrats, Check users, Interface administrators, Push subscription managers, Suppressors, Administrators
478
edits
No edit summary |
No edit summary |
||
The following is a simple CollabVMSharp example to show how to do basic things:
<syntaxhighlight lang="c#" line>
using CollabVMSharp;
CollabVMClient cvm = new CollabVMClient(
// Block until the program is closed
await Task.Delay(-1);
</syntaxhighlight>
If you have any questions about usage, feel free to contact me on discord (@elijahr.dev)! CollabVMSharp is fully featured and supports anything the webapp can do.
|