-
Notifications
You must be signed in to change notification settings - Fork 0
First Steps
AlexandruIstrate edited this page Oct 19, 2020
·
1 revision
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.
TO BE ADDED