コード例 #1
0
ファイル: CaptureForm.cs プロジェクト: tooktech/sharppcap
 private void CaptureForm_Load(object sender, EventArgs e)
 {
     deviceListForm = new DeviceListForm();
     deviceListForm.OnItemSelected += new DeviceListForm.OnItemSelectedDelegate(deviceListForm_OnItemSelected);
     deviceListForm.OnCancel       += new DeviceListForm.OnCancelDelegate(deviceListForm_OnCancel);
 }
コード例 #2
0
ファイル: CaptureForm.cs プロジェクト: pingfu/SharpPcap
 private void CaptureForm_Load(object sender, EventArgs e)
 {
     deviceListForm = new DeviceListForm();
     deviceListForm.OnItemSelected += new DeviceListForm.OnItemSelectedDelegate(deviceListForm_OnItemSelected);
     deviceListForm.OnCancel += new DeviceListForm.OnCancelDelegate(deviceListForm_OnCancel);
 }