コード例 #1
0
        public void SetUp()
        {
            theStatus = new TestStatusMessage();
            theStatusIs(theStatus);

            theBar = new TestStatusBar(theStatus);
        }
コード例 #2
0
        public void SetUp()
        {
            theStatus = new TestStatusMessage();
            theStatusIs(theStatus);

            theBar = new TestStatusBar(theStatus);
        }
コード例 #3
0
 public QueueView(TestStatusBar bar)
     : this()
 {
     executing.Children.Add(bar);
 }
コード例 #4
0
ファイル: QueueView.xaml.cs プロジェクト: larsw/storyteller
 public QueueView(TestStatusBar bar)
     : this()
 {
     executing.Children.Add(bar);
 }
コード例 #5
0
 public void SetUp()
 {
     testStatusBar = new TestStatusBar();
 }