コード例 #1
0
 public ConnectManager(SmartCarCOMServer.main_form ff, SerialPort sp, SmartCarCOMServer.Form2 frm2, SmartCarCOMServer.Logger LOG, GlobalData gd)
 {
     this.frmm    = ff;
     this.sp      = sp;
     this.Charfrm = frm2;
     this.LOG     = LOG;
     this.gd      = gd;
 }
コード例 #2
0
ファイル: Form3.cs プロジェクト: wswuai/COMServer
 public Logger(main_form parent)
 {
     InitializeComponent();
     this.parent = parent;
 }
コード例 #3
0
ファイル: Form2.cs プロジェクト: wswuai/COMServer
 public Form2(main_form f)
 {
     InitializeComponent();
     this.parent = f;
 }