修改UI
This commit is contained in:
@@ -25,7 +25,10 @@ public class ScrollPaneHeader : GComponent
|
||||
_c1.selectedIndex = 0;
|
||||
}
|
||||
|
||||
public bool ReadyToRefresh => _c1.selectedIndex == 1;
|
||||
public bool ReadyToRefresh
|
||||
{
|
||||
get { return _c1.selectedIndex == 1; }
|
||||
}
|
||||
|
||||
public void SetRefreshStatus(int value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user