Forgot something...

This commit is contained in:
Gericom 2014-11-10 18:57:29 +01:00
parent 34ae0f5f3f
commit dcff52d371
2 changed files with 0 additions and 59 deletions

View File

@ -1,38 +0,0 @@
namespace CommonFiles.UI
{
partial class WAVEPlayer
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Text = "WAVEPlayer";
}
#endregion
}
}

View File

@ -1,21 +0,0 @@
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 CommonFiles.UI
{
public partial class WAVEPlayer : Form
{
WAV Wave;
public WAVEPlayer(WAV Wave)
{
this.Wave = Wave;
InitializeComponent();
}
}
}