圖片路徑修正
This commit is contained in:
parent
5ecef1c6cf
commit
4e1caafac8
@ -1526,7 +1526,7 @@ namespace DualScreenDemo
|
||||
this.DoubleBuffered = true;
|
||||
this.SuspendLayout();
|
||||
|
||||
DrawTextOnVodScreenPictureBox(Path.Combine(Application.StartupPath, @"themes\superstar\點播介面\點播介面_有按鈕.png"), currentSelectedSong);
|
||||
DrawTextOnVodScreenPictureBox(Path.Combine(Application.StartupPath, @"themes\superstar\button\3.介面\歌曲點播_空白介面.png"), currentSelectedSong);
|
||||
SetVodScreenPictureBoxAndButtonsVisibility(true);
|
||||
this.ResumeLayout(true);
|
||||
}
|
||||
|
@ -604,7 +604,7 @@ namespace DualScreenDemo
|
||||
this.DoubleBuffered = true;
|
||||
this.SuspendLayout();
|
||||
|
||||
DrawTextOnVodScreenPictureBox(Path.Combine(Application.StartupPath, @"themes\superstar\點播介面\點播介面_有按鈕.png"), currentSelectedSong);
|
||||
DrawTextOnVodScreenPictureBox(Path.Combine(Application.StartupPath, @"themes\superstar\button\3.介面\歌曲點播_空白介面.png"), currentSelectedSong);
|
||||
SetVodScreenPictureBoxAndButtonsVisibility(true);
|
||||
this.ResumeLayout(true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user