This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user