Messenger/Versions/Most Closed Beta/v4.0/MSGer.tk (C#)/TextFormat.cs

14 lines
198 B
C#
Raw Normal View History

2014-04-25 21:55:43 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MSGer.tk
{
class TextFormat
{
}
}