Load the state from an XML doc into the currently instantiated CalcEngine.
Load the state from an XML doc into the currently instantiated CalcEngine.
public void LoadState(FileInfo);
Load the state from an XML doc into the currently instantiated CalcEngine.
public void LoadState(Stream);
Load the state from an XML doc into the currently instantiated CalcEngine.
public void LoadState(string);
KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace