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)
        {
        }