Ejemplo n.º 1
0
        protected AudioPluginViewSettings(AudioPluginViewSettings source)
        {
            if (source == null)
            {
                throw new ArgumentNullException("source");
            }

            this.audioPlugin = source.audioPlugin;
        }
        protected AudioPluginViewSettings(AudioPluginViewSettings source)
        {
            if (source == null)
            {
                throw new ArgumentNullException("source");
            }

            this.audioPlugin = source.audioPlugin;
        }