// // System.Drawing.PaperSourceCollection.cs // // Author: // Dennis Hayes (dennish@Raytek.com) // // (C) 2002 Ximian, Inc // using System; namespace System.Drawing.Printing { /// /// Summary description for PaperSourceCollection. /// public class PaperSourceCollection { public PaperSourceCollection() { // // TODO: Add constructor logic here // } } }