Replies: 1 comment
-
THIS IS THE KEYGEN using RestSharp; class Keygen
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Keygen community
im hope evreyone doing will.
i have some isuue , im creating plugin for Revit Software (engineering software) in C#.
im facing problem, whe the code get to line 72, it break.
im new at the keygen platform and to the authriztion world,
the logic here, the user insert his email and after that the code check the license.
im attached the code , hoping for some help
thanks alot
using Autodesk.Revit.Attributes;
using Autodesk.Revit.DB;
using Autodesk.Revit.UI;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace StructBIM
{
[Transaction(TransactionMode.Manual)]
public class SignInCommand : IExternalCommand
{
private const string AccountId = "15b4c3aa-6d1c-479f-97ac-e68288dec5a1"; // Your actual Keygen account ID
}
Beta Was this translation helpful? Give feedback.
All reactions