Messenger/MSGer.tk/Theme/NoImage.cs

15 lines
345 B
C#
Raw Normal View History

2015-07-06 11:04:54 +00:00
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);
}
}