예제 #1
0
 public eMail()
 {
     Items = new _Lines();
 }
예제 #2
0
 public _LinesEnumerator(_Lines ar)
 {
     _ar        = ar;
     _currIndex = -1;
 }
예제 #3
0
 public Ticket(String CompanyID) : base(CompanyID)
 {
     Lines         = new _Lines(CompanyID, ImprintType.Card);
     LinesEnvelope = new _Lines(CompanyID, ImprintType.Envelope);
 }