69fa995982
* . * . * pnp * ok * compiles * ? * e * set * .ToArray() * n * ... * ok * pnp * . * . * mapster
14 lines
314 B
C#
14 lines
314 B
C#
using Microsoft.SharePoint.Client;
|
|
using ProxyInterfaceConsumer.PnP;
|
|
|
|
namespace ProxyInterfaceConsumerForPnP
|
|
{
|
|
public class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
var cp = new ClientContextProxy(new ClientContext("https://heyenrath.nl"));
|
|
cp.Test();
|
|
}
|
|
}
|
|
} |