mirror of
https://github.com/snltty/linker.git
synced 2025-12-24 12:38:04 +08:00
优化互动答题,新增屏幕共享
This commit is contained in:
@@ -59,11 +59,11 @@ namespace cmonitor.notify.win
|
||||
{
|
||||
for (int j = 0; j < starPics[i].Length; j++)
|
||||
{
|
||||
starPics[i][j].Image = global::notify.win.Properties.Resources.star2;
|
||||
starPics[i][j].Image = global::cmonitor.notify.win.Properties.Resources.star2;
|
||||
}
|
||||
for (int j = 0; j < stars[i]; j++)
|
||||
{
|
||||
starPics[i][j].Image = global::notify.win.Properties.Resources.star1;
|
||||
starPics[i][j].Image = global::cmonitor.notify.win.Properties.Resources.star1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user