Exemplo n.º 1
0
        public frmCustomSounds(frmFilterBro owner)
        {
            InitializeComponent();

            this.frmParent     = owner;
            dictReplaceActions = new Dictionary <string, string>();
            dictDefaultSounds  = new Dictionary <string, string>();
            dictDefaultText    = new Dictionary <string, string>();
            lstDefaultSounds   = new List <string>();
            lstCustomSounds    = new List <string>();

            lblEditingFor.Text = "Editing custom sounds for " + frmParent.GetSelectedFilter();
        }