Inheritance: System.Windows.Forms.Form
Exemplo n.º 1
0
        public Result Execute(ExternalCommandData commandData, ref string message, ElementSet elements)
        {
            var f = new TellAMEEForm();
            f.ShowDialog();

            return Result.Succeeded;
        }