markus / ConvertService / ConverterService / ConverterStation / Classes / ServiceItem.cs @ 7ca218b3
이력 | 보기 | 이력해설 | 다운로드 (293 Bytes)
1 | 7ca218b3 | KangIngu | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | |||
6 | namespace ConverterStation.Remoting |
||
7 | { |
||
8 | public class ServiceItem |
||
9 | { |
||
10 | public IConverterPDF.RemConverterPDFObject RemotingSerivce {get;set;} |
||
11 | public Guid ServiceID { get; set; } |
||
12 | } |
||
13 | } |