예제 #1
0
 private void bbiThematic_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     FrmThematic frmThematic = new FrmThematic();
     frmThematic.ShowDialog();
 }
예제 #2
0
 private void bbiBanDoGiaDat_ItemClick(object sender, ItemClickEventArgs e)
 {
     //ICommand command = new ControlsOpenDocCommandClass();
     //command.OnCreate(m_mapControl.Object);
     //command.OnClick();
     FrmThematic frmThematic = new FrmThematic();
     frmThematic.SetControls(_mapControl, _tocControl);
     frmThematic.ShowDialog();
 }