pascalabcnet/VisualPlugins/PT4Provider/Images.cs

18 lines
321 B
C#
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace PT4Provider
{
public partial class Images : Form
{
public Images()
{
InitializeComponent();
}
}
}