public SplintComponent(dsSplints dsSplints, dsLines dsLines, int ComponentId, SplintContourType StartType, double Value, int Numer, int LineId) { this.dsLines = dsLines; this.dsSplints = dsSplints; this.ComponentId = ComponentId; starttype = StartType; value = Value; numer = Numer; this.LineId = LineId; }
public Enumerator(dsLines dsLines, dsSplints dsSplints) { Index = -1; this.dsLines = dsLines; this.dsSplints = dsSplints; }
public Lines(dsLines dsLines, dsSplints dsSplints) { this.dsLines = dsLines; this.dsSplints = dsSplints; }
public Enumerator(dsLines dsLines, dsSplints Splints, int LineId) { this.dsLines = dsLines; this.LineId = LineId; this.dsSplints = Splints; Index = -1; }
public Line(dsLines dsLines, dsSplints dsSplints, int ID) { this.dsLines = dsLines; this.dsSplints = dsSplints; LineId = ID; }
public Enumerator(dsSplints dsSplints, int ComponentId, SplintContourType StartType, double Value) { this.dsSplints = dsSplints; this.StartType = StartType; this.ComponentId = ComponentId; this.Value = Value; Index = -1; }