Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
private List<ConstellationIndex> ConstellationsIndex = new List<ConstellationIndex>(); ... this.ConstellationsIndex.Sort( (x, y) => x.Constellation.CompareTo( y.Constellation ) );
No comments:
Post a Comment