This website requires JavaScript.
Explore
Help
Sign In
OpenSource
/
teamlead-dashboard
Watch
1
Star
0
Fork
0
You've already forked teamlead-dashboard
mirror of
https://github.com/dnwSilver/tld.git
synced
2025-04-10 15:26:19 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
92e3e37bd1
teamlead-dashboard
/
src
/
TUI
/
Pages
/
IPage.cs
9 lines
114 B
C#
Raw
Normal View
History
Unescape
Escape
✨ Add speaker component.
2024-04-16 12:58:51 +00:00
namespace
TUI.Pages
;
interface
IPage
{
void
Open
(
)
;
✨ Add render for legacy project.
2024-06-14 11:02:21 +00:00
void
Initial
(
)
;
✨ Add speaker component.
2024-04-16 12:58:51 +00:00
void
Render
(
)
;
void
Bind
(
)
;
}
Reference in New Issue
Copy Permalink