cadencii.FormAskKeySoundGenerationUiImpl.FormAskKeySoundGenerationUiImpl C# (CSharp) Method

FormAskKeySoundGenerationUiImpl() public method

public FormAskKeySoundGenerationUiImpl ( FormAskKeySoundGenerationUiListener controller ) : System
controller FormAskKeySoundGenerationUiListener
return System
        public FormAskKeySoundGenerationUiImpl( FormAskKeySoundGenerationUiListener controller )
        {
            InitializeComponent();
            mListener = controller;
            registerEventHandlers();
            Util.applyFontRecurse( this, AppManager.editorConfig.getBaseFont() );
        }