Remove unnecessary cast

This commit is contained in:
ivandroly 2015-07-23 17:52:51 +00:00
parent d4fbdb70c1
commit b7533d89cd

View File

@ -29,8 +29,8 @@
private void InitializeComponent()
{
this.listViewHistory = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.buttonRollback = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();