Exemple #1
0
 public static void Start(IComponentContext ctx)
 {
     if (stack == null)
     {
         stack = new TrackStack();
     }
     stack.Push(new TrackItem(ctx));
 }
 public static void Start(IComponentContext ctx)
 {
     if (stack == null) stack = new TrackStack();
     stack.Push(new TrackItem(ctx));
 }