ACAT.Extensions.Default.FunctionalAgents.NewFile.FileChoiceMenu.FileChoiceMenu C# (CSharp) Метод

FileChoiceMenu() публичный Метод

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)
Результат System
        public FileChoiceMenu(String panelClass, String panelTitle)
            : base(panelClass, Resources.FileType)
        {
        }