Main.cs 407 B

1234567891011121314151617
  1. // SoftEther VPN Server JSON-RPC Stub code for C#
  2. //
  3. // Program.cs - The Main() entry point
  4. //
  5. // Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
  6. //
  7. // Licensed under the Apache License 2.0
  8. // Copyright (c) 2014-2019 SoftEther VPN Project
  9. class Program
  10. {
  11. static void Main(string[] args)
  12. {
  13. VPNRPCTest test = new VPNRPCTest();
  14. test.Test_All();
  15. }
  16. }