foarload
イベントメソッドが起動すると、次のようになります。
Try
'//this is the default or modified color tint
StyleManager1.ManagerColorTint = ColorTint
Catch ex As Exception
End Try
に到達し、StyleManager1.ManagerColorTint = ColorTint
続行するとフリーズします。
StyleManager1
はDevComponents.DotNetBar.StyleManager
現在stylemanager1.managercolortint
は255、50、50、50ですColorTint
。
この行にブレークポイントを設定しても、その行をバイパスしない限り、フリーズします。すべてが正常に実行されます。
それが再びその線に当たると、それはまだフリーズします。
誰かアイデアがありますか?