ACAT.Extensions.Default.FunctionalAgents.NewFile.FileChoiceMenu.FileChoiceMenu C# (CSharp) Method

FileChoiceMenu() public method

Initializes a new instance of the class.
public FileChoiceMenu ( String panelClass, String panelTitle ) : System
panelClass String Panel class of the scanner
panelTitle String title of the panel (not used)
return System
        public FileChoiceMenu(String panelClass, String panelTitle)
            : base(panelClass, Resources.FileType)
        {
        }