Files
SuperSQLInjectionV1/SuperSQLInjection/ProgressBar.cs

20 lines
360 B
C#
Raw Normal View History

2017-03-13 16:12:15 +08:00
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace SuperSQLInjection
{
public partial class ProgressBar : Form
{
public ProgressBar()
{
InitializeComponent();
}
}
}