示例#1
0
 public FormLinqTable()
 {
     InitializeComponent();
     connection = ConfigFileTool.SAPGlobalSettings.GetDefaultSapCient();
     sc         = new SAPContext(connection);
     this.comboBox1.TextChanged += comboBox1_TextChanged;
 }
 public FormLinqTable()
 {
     InitializeComponent();
     connection = ConfigFileTool.SAPGlobalSettings.GetDefaultSapCient();
     sc = new SAPContext(connection);
     this.comboBox1.TextChanged += comboBox1_TextChanged;
 }