Messenger/MSGer.tk/Theme/NoImage.cs
2015-07-06 13:04:54 +02:00

14 lines
345 B
C#

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MSGer.tk
{
public class NoImage //TODO: Kiválasztható legyen az összes típus egy listából
{ //2015.07.03.
public Image NoImg = new Bitmap(200, 200);
}
}