示例#1
0
 private void barButtonLaunchWebsite_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     SafeProcess.Open("https://github.com/DxUltimateSamples");
 }