修复打开项目程序崩溃的bug
This commit is contained in:
@@ -75,7 +75,7 @@ namespace GeekDesk.Control.UserControls.PannelCard
|
|||||||
/// <param name="e"></param>
|
/// <param name="e"></param>
|
||||||
private void IconClick(object sender, MouseButtonEventArgs e)
|
private void IconClick(object sender, MouseButtonEventArgs e)
|
||||||
{
|
{
|
||||||
IconInfo icon = (IconInfo)((StackPanel)sender).Tag;
|
IconInfo icon = (IconInfo)((SimpleStackPanel)sender).Tag;
|
||||||
if (icon.AdminStartUp)
|
if (icon.AdminStartUp)
|
||||||
{
|
{
|
||||||
StartIconApp(icon, IconStartType.ADMIN_STARTUP);
|
StartIconApp(icon, IconStartType.ADMIN_STARTUP);
|
||||||
|
|||||||
Reference in New Issue
Block a user