Ejemplo n.º 1
0
 private void mnuMiscInputLanguages_Click(object sender, EventArgs e)
 {
     foreach (InputLanguage lan in InputLanguage.InstalledInputLanguages)
     {
         Mbox.ShowInfo(lan.LayoutName);
     }
 }
Ejemplo n.º 2
0
        private void mnuMiscCustomConfigSection_Click(object sender, EventArgs e)
        {
            VssInfoSection section = ConfigurationManager.GetSection("VssInfoSection") as VssInfoSection;

            Mbox.ShowInfo(section.DbPath);
        }