namespace P4API { /// <summary> /// </summary> public static class Test { /// <summary> /// </summary> public static void Main() { P4API.Bootstrapper.Initialize(); var p4 = new P4Connection(); p4.Connect(); } } }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 6509 | Milan Gardian | Add test project + initial implementation of custom assembly resolver logic ( P4.NET ) |