Messenger/MSGer.tk/Theme/NoImage.cs

15 lines
395 B
C#
Raw Normal View History

2015-07-06 14:29:34 +00:00
using System; //Copyright (c) NorbiPeti 2015 - See LICENSE file
2015-07-06 11:04:54 +00:00
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);
}
}