コード例 #1
0
 public static void Start(IComponentContext ctx)
 {
     if (stack == null)
     {
         stack = new TrackStack();
     }
     stack.Push(new TrackItem(ctx));
 }
コード例 #2
0
ファイル: AbstractActivator.cs プロジェクト: netcasewqs/nlite
 public static void Start(IComponentContext ctx)
 {
     if (stack == null) stack = new TrackStack();
     stack.Push(new TrackItem(ctx));
 }