Messenger/Versions/Less Closed Beta/v5.0/MSGer.tk/Forms/SelectShownImage.cs

26 lines
521 B
C#
Raw Normal View History

2015-07-06 11:04:54 +00:00
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace MSGer.tk.Forms
{
public partial class SelectShownImage : Form
{ //2015.05.24.
public SelectShownImage()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
}
}
}