Exemple #1
0
 public Solution(string strBRID, string strHandleBRID, string strFlowPicturePath, string strFlowText, string strClient, string[] strArrayTableReference, string[] strArrayStoreProcedureReference, Simulation simulation)
 {
     this.StrBRID = strBRID;
     this.StrHandleBRID = strHandleBRID;
     this.StrFlowPicturePath = strFlowPicturePath;
     this.StrFlowText = strFlowText;
     this.StrClient = strClient;
     this.StrArrayTableReference = strArrayTableReference;
     this.StrArrayStoreProcedureReference = strArrayStoreProcedureReference;
     this.Simulation = simulation;
 }
Exemple #2
0
 public LinkTable(string strTitle, string strContent, string strPicturePath, string strBRID, string strHandleBRID, string strFlowPicturePath, string strFlowText, string strClient, string[] strArrayTableReference, string[] strArrayStoreProcedureReference, Simulation simulation)
 {
     this.CurrentBFD = new CurrentBFD(strTitle, strContent, strPicturePath);
     this.Solution = new Solution(strBRID, strHandleBRID, strFlowPicturePath, strFlowText, strClient, strArrayTableReference, strArrayStoreProcedureReference, simulation);
 }