資産タブがアクティブになっているときの画面の基本クラスです。
Public MustInherit Class AbstructAssetFrame
Inherits AbstructRakutenWebLoginSession
Protected Sub New(ByVal screen As AbstructWebScreen)
MyBase.new(screen)
End Sub
End Class
これらのAbstructOrderFrameクラス、AbstructAssetFrameクラスは、先にログインセッションの基本クラスで述べたAbstructRakutenWebLoginSession#GotoTabメソッドで、アクティブなタブと同じタブがクリックされたかを判定するためにも使っています。
スポンサーリンク