Laservall_solidworks_inject/Common/PLMConfig.cs

16 lines
374 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Laservall.Solidworks.Common
{
public class PLMConfig
{
public static string AK = "30496d4be75c4fb5b21bba97be26ac5e";
public static string SK = "81ffbe6c51c49497b9fcbb06bc29fac3296a7afc1cce10f0bfb8454e8f5fc4fe";
}
}