-
Simple .NET library to display graphs
Hi everyone, A very short post to share this first draft of a simple .net library to handle graphs. It allows to add nodes, pins, connections, and events on the graph. Some properties and events are directly accessible through the properties/events pane in visual studio. It’s probably missing a lot in terms of functionnalities, however…
-
Easy to use software licensing system
As promised, the beta version for SimpleLicensingSystem, aka SLS, is now available in beta. This first version is designed for .NET application, and will let you setup the licensing of your app in no time: – Add SLSLib.dll as a reference of your project – Create a instance of a TWLicense, with your product name and…