Skip to content

First Steps

AlexandruIstrate edited this page Oct 19, 2020 · 1 revision

Using ProBase

When using ProBase, you will mostly make use of the ProBase and ProBase.Attributes namespaces. This is simply resolved with an using statement at the top of your C# source file.

using ProBase;

ProBase.Attributes is typically used in interface definitions.

Creating a Simple Application

TO BE ADDED

Clone this wiki locally