1234567891011121314151617 |
- // SoftEther VPN Server JSON-RPC Stub code for C#
- //
- // Program.cs - The Main() entry point
- //
- // Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
- //
- // Licensed under the Apache License 2.0
- // Copyright (c) 2014-2019 SoftEther VPN Project
- class Program
- {
- static void Main(string[] args)
- {
- VPNRPCTest test = new VPNRPCTest();
- test.Test_All();
- }
- }
|