public SampleViewer() { InitializeComponent(); examples = new Page[5]; examples[0] = new GeometryUsageExample(); examples[1] = new ShapeGeometriesExample(); examples[2] = new PathGeometryExample(); examples[3] = new CombiningGeometriesExample(); examples[4] = new GeometryAttributeSyntaxExample(); }