public frm_Main() { connect = new ConnectProlog(); InitializeComponent(); m_resources = new Resources(); m_database = new SQLiteDatabase("laptop.s3db"); }
public home() { InitializeComponent(); connect = new ConnectProlog(); string filePath1 = @"C:\Users\HuynhDuc\Desktop\ComputerProblem\Interface1\Interface1\bin\Debug\Diagnose.pl"; connect.Load_file(filePath1); addCheckBoxs(); }