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(); }