1234567891011121314151617181920212223242526272829303132333435 |
-
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using Tofly.GIS.Carto;
- namespace Tofly.OutputUI
- {
- public interface IOutputPicture
- {
-
-
-
- IOutputPictureForm OutputPictureForm { get; }
-
-
-
- IPageLayout PageLayout { set; }
- }
- }
|