* IFame:增加一个反馈的接口,Feedback,Page可将对象反馈给Frame
This commit is contained in:
parent
c3117578fd
commit
dd60d86959
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -619,5 +619,7 @@ namespace Sunny.UI
|
||||
bool RemovePage(int pageIndex);
|
||||
|
||||
bool RemovePage(Guid guid);
|
||||
|
||||
void Feedback(object sender, int pageIndex, params object[] objects);
|
||||
}
|
||||
}
|
@ -144,6 +144,11 @@ namespace Sunny.UI
|
||||
return MainTabControl.RemovePage(guid);
|
||||
}
|
||||
|
||||
public virtual void Feedback(object sender, int pageIndex, params object[] objects)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#endregion IFrame实现
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user