Example #1
0
 private void InitZoomCombo()
 {
     foreach (string s in GlobalLists.ZoomValues())
     {
         this.comboZoom.Items.Add(s);
     }
     this.comboZoom.SelectedIndex = this.comboZoom.FindString("100");
 }