markus / ConvertService / ConverterService / ConverterStation / Classes / ServiceItem.cs @ 58c9a957
이력 | 보기 | 이력해설 | 다운로드 (295 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 | 32e95118 | KangIngu | public string ServiceID { get; set; } |
12 | 7ca218b3 | KangIngu | } |
13 | } |