This commit is contained in:
2010-09-16 18:43:57 +00:00
parent 89f5c2dd98
commit f88bfe84fe
2 changed files with 41 additions and 10 deletions

View File

@@ -30,6 +30,23 @@ namespace Volian.Controls.Library
#endregion
public partial class StepItem : UserControl
{
//private static int _StepItemUnique = 0;
//private static int StepItemUnique
//{
// get
// {
// if (_StepItemUnique == 3)
// Console.WriteLine("here");
// return ++_StepItemUnique;
// }
//}
//private int _MyStepItemUnique = StepItemUnique;
//public int MyStepItemUnique
//{
// get {return _MyStepItemUnique; }
//}
#region Private Fields
private static readonly log4net.ILog _MyLog = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
private StepPanel _MyStepPanel;