using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using CPSO; using CaeModel; using CaeMesh; using CaeGlobals; namespace CPSO.Commands { interface ICommandWithDialog { // Methods bool ExecuteWithDialog(Controller receiver); } }