C# - What is the Select Source dialog as it applies to the GetDevice method? -
i trying use method described this:
public device getdevice(string productname)the
productnamename of device appears in select source dialog.
what select source dialog that's being referred to?
as this link mentions (look "showing “select source” dialog" heading), dialog allows users select isis device. it's part of dotimage framework, called showselectsource , used this:
isisdevice dev = null; if (this.acquisition.showselectsource(this)) dev = this.acquisition.devices.default; i guess works folderbrowserdialog. user selects device of choosing , can use selection retrieve device getdevice.
Comments
Post a Comment