コード例 #1
0
 public CommPrgForm(bool closeWhenFinished = false)
 {
     this._closeWhenFinished = closeWhenFinished;
     this.hidComm            = new CodeplugComms();
     this.InitializeComponent();
     base.Scale(Settings.smethod_6());
 }
コード例 #2
0
 public CommPrgForm(bool closeWhenFinished = false)
 {
     this._closeWhenFinished = closeWhenFinished;
     this.hidComm            = new CodeplugComms();
     this.InitializeComponent();
     this.Icon = Icon.ExtractAssociatedIcon(Application.ExecutablePath);            // Roger Clark. Added correct icon on main form!
     base.Scale(Settings.smethod_6());
 }
コード例 #3
0
 public CommPrgForm()
 {
     this.firmwareUpdate = new FirmwareUpdate();
     this.portComm       = new Class10();
     this.hidComm        = new CodeplugComms();
     //base._002Ector();
     this.InitializeComponent();
     base.Scale(Settings.smethod_6());
 }
コード例 #4
0
ファイル: CommPrgForm.cs プロジェクト: lxa520/GD-77
 public CommPrgForm()
 {
     this.firmwareUpdate = new FirmwareUpdate();
     this.hidComm        = new CodeplugComms();
     this.InitializeComponent();
 }