🎉 添加新手引导
This commit is contained in:
@@ -1028,13 +1028,18 @@ namespace GeekDesk
|
|||||||
#region 新手引导
|
#region 新手引导
|
||||||
private void Guide()
|
private void Guide()
|
||||||
{
|
{
|
||||||
if (CheckShouldShowApp())
|
try
|
||||||
{
|
{
|
||||||
ShowApp();
|
//防止影响主程序进程
|
||||||
|
if (CheckShouldShowApp())
|
||||||
|
{
|
||||||
|
ShowApp();
|
||||||
|
}
|
||||||
|
GrayBorder.Visibility = Visibility.Visible;
|
||||||
|
GuideSwitch(0);
|
||||||
|
GuideCard.Visibility = Visibility.Visible;
|
||||||
}
|
}
|
||||||
GrayBorder.Visibility = Visibility.Visible;
|
catch (Exception) { }
|
||||||
GuideSwitch(0);
|
|
||||||
GuideCard.Visibility = Visibility.Visible;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void GuideSwitch(int index)
|
private void GuideSwitch(int index)
|
||||||
|
|||||||
Reference in New Issue
Block a user