using System; namespace CPF.ReoGrid.Print { public interface IPrintableContainer { PrintSession CreatePrintSession(); } }