ab56a9bcf7
SVN-Revision: r240
17 lines
271 B
C#
17 lines
271 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Lskj.Notice
|
|
{
|
|
public class MessageBoxWaterMark
|
|
{
|
|
/// <summary>
|
|
/// 文本内容
|
|
/// </summary>
|
|
public string Text;
|
|
|
|
}
|
|
}
|