private void l2ini_Click(object sender, EventArgs e)
        {
            StatusLabel.Text = Localizate.getMessage(Word.PLEASE_WAIT);
            var form = new FastL2INIOptionForm();

            form.ShowDialog();
        }
Beispiel #2
0
        private void l2ini_Click(object sender, EventArgs e)
        {
            StatusLabel.Text = Localizate.getMessage(Word.PLEASE_WAIT);
            var form = new FastL2INIOptionForm();

            form.ShowDialog();
        }