Exemple #1
0
 internal static void Register(ILSpyAddInPackage owner)
 {
     instance = new OpenILSpyCommand(owner);
 }
Exemple #2
0
        internal static void Register(ILSpyAddInPackage owner)
        {
            ThreadHelper.ThrowIfNotOnUIThread();

            instance = new OpenILSpyCommand(owner);
        }