Exemplo n.º 1
0
        private void ConnectPaletteButtonsControl(int domain, string audioFolder)
        {
            Point location = new Point(this.MinMsDurationsTextBox.Location.X, this.MinMsDurationsTextBox.Location.Y + 27);

            _paletteButtonsControl = new PaletteButtonsControl(domain, location, this, audioFolder);
            Debug.Assert(_paletteButtonsControl != null);
            Controls.Add(_paletteButtonsControl);
            _paletteButtonsControl.TabIndex = 18;
        }
Exemplo n.º 2
0
 private void ConnectPaletteButtonsControl(int domain, string audioFolder)
 {
     Point location = new Point(this.MinMsDurationsTextBox.Location.X, this.MinMsDurationsTextBox.Location.Y + 27);
     _paletteButtonsControl = new PaletteButtonsControl(domain, location, this, audioFolder);
     Debug.Assert(_paletteButtonsControl != null);
     Controls.Add(_paletteButtonsControl);
     _paletteButtonsControl.TabIndex = 18;
 }