12 lines
174 B
C#
12 lines
174 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace ET
|
|||
|
{
|
|||
|
public partial class MailItem
|
|||
|
{
|
|||
|
public Item Item;
|
|||
|
public string getSource;
|
|||
|
}
|
|||
|
}
|