Ejemplo n.º 1
0
 //执行订阅
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     if (dataGridView1.CurrentCell != null)
     {
         PublishSubService ps = (dataGridView1.DataSource as List <PublishSubService>)[dataGridView1.CurrentCell.RowIndex];
         PublishSubManager.ProcessPublishService(ps.publishServiceName);
     }
 }