using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Histacom2.OS.WinXPBad { public partial class WinClassicTimeDistorter3Bad : UserControl { public WinClassicTimeDistorter3Bad() { InitializeComponent(); } private void buttonXP1_Click(object sender, EventArgs e) { } private void buttonXP2_Click(object sender, EventArgs e) { } } }