Example #1
0
 //2018/5/29 - Dylan 新增再發送的功能效果
 public RePostNotice(RePostNotice.Type type, MessageLogRecord record)
 {
     _Type   = type;
     _Record = record;
     InitializeComponent();
 }
Example #2
0
        public RePostNotice(RePostNotice.Type type)
        {
            _Type = type;

            InitializeComponent();
        }