Esempio n. 1
0
        static void Generate(MenuCommand command)
        {
            var view   = command.context as IView;
            var wizard = ScriptableWizard.CreateInstance <GenerateWizard>();

            wizard.Setup(view, command.context.name);
            wizard.ShowUtility();
        }