markus / KCOM / Controls / OdActivationInfo.cs @ f513c215
이력 | 보기 | 이력해설 | 다운로드 (2.03 KB)
1 |
/////////////////////////////////////////////////////////////////////////////// |
---|---|
2 |
// Copyright (C) 2002-2017, Open Design Alliance (the "Alliance"). |
3 |
// All rights reserved. |
4 |
// |
5 |
// This software and its documentation and related materials are owned by |
6 |
// the Alliance. The software may only be incorporated into application |
7 |
// programs owned by members of the Alliance, subject to a signed |
8 |
// Membership Agreement and Supplemental Software License Agreement with the |
9 |
// Alliance. The structure and organization of this software are the valuable |
10 |
// trade secrets of the Alliance and its suppliers. The software is also |
11 |
// protected by copyright law and international treaty provisions. Application |
12 |
// programs incorporating this software must include the following statement |
13 |
// with their copyright notices: |
14 |
// |
15 |
// This application incorporates Teigha(R) software pursuant to a license |
16 |
// agreement with Open Design Alliance. |
17 |
// Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance. |
18 |
// All rights reserved. |
19 |
// |
20 |
// By use of this software, its documentation or related materials, you |
21 |
// acknowledge and accept the above terms. |
22 |
/////////////////////////////////////////////////////////////////////////////// |
23 |
using System; |
24 |
#pragma warning disable 618 |
25 |
|
26 |
public sealed class ActivationData |
27 |
{ |
28 |
public const string userInfo = "RE9GVEVDSA=="; |
29 |
public const string userSignature = "IzeEY3SfLJEP6xxOKqTg5PVH7T/y3y5QQ9pn13R+It3C7nlBpCq5nOU3eeWwFFyxs2TFptaLwzL9sU04ddz8oY7pId8IF9Tb/Dq5MqQMWIxZFvA3hcxVRizR/0lIZrL4C3fbyBCYpa0KRAgsikZ0fwD9/Cgc5t6Yf531c0wxxZoEKKLKWri+WZVivftFbdOUv4RgyekQmrbECJAmtVksOfMZovzBnwPaCNkyREuoyBg82uiAawiuCP7kkVNJ9z1kt23b2ZmG2F0UPlsm9pFFcZgVBNTBEChGyZPYa/dzJrwjZ6yVjlD3JOdMfrnU/MIL6UdhWqaEMDKkjUyILSCMla+NpR+gXQG6a0pAVW5hVMTVcLSLOtaF7OSx4ih3/QfWTmtnHdBfxMhAKTnp4aSGTqEiTimYxFfDAwwiSk2HqBsR9w03hMygbwV1bgMZaGmQuHyQMBQ9k02fk/JNNVqIqns637/6HXS+kMWLkXs5gdci6bpal8OB5Z2AmXltRWlhy5Fjfo+gsx3wjC7+UmZ8O4V+7kBjOKvY0X25bGb2jNixdKpYN3z9clkSKe6Mzn/lYCy28yyuWN3iGztwIcrRqM2Fe87rYuslPQT9p7d6DPcFU/GZ6VuwfnpG4Ltak/A4LSvqsozCZ9ryaHoYaWXiUh8SaijgcnFasO0E9Gnh5gk="; |
30 |
}; |