CodeMaid clean-up

This commit is contained in:
2016-12-21 07:27:25 +01:00
parent 577e8b4127
commit bc5c2bca6d
34 changed files with 152 additions and 175 deletions

View File

@@ -25,7 +25,7 @@ namespace VAR.Focus.Web.Controls
private int _timeMoveAnimation = 500;
#endregion
#endregion Declarations
#region Properties
@@ -71,8 +71,8 @@ namespace VAR.Focus.Web.Controls
set { _timeMoveAnimation = value; }
}
#endregion
#endregion Properties
#region Control Life cycle
public CardBoardControl()
@@ -80,12 +80,12 @@ namespace VAR.Focus.Web.Controls
Init += ChatControl_Init;
}
void ChatControl_Init(object sender, EventArgs e)
private void ChatControl_Init(object sender, EventArgs e)
{
InitializeControls();
}
#endregion
#endregion Control Life cycle
#region Private methods
@@ -124,6 +124,6 @@ namespace VAR.Focus.Web.Controls
Controls.Add(liScript);
}
#endregion
#endregion Private methods
}
}
}