mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 01:18:02 +02:00
Adding WelcomePanel
This commit is contained in:
parent
5f84a7e4e3
commit
fa0311f849
5 changed files with 152 additions and 2 deletions
|
@ -31,6 +31,14 @@ namespace IDE.ui
|
|||
}
|
||||
}
|
||||
|
||||
public virtual bool WantsSerialization
|
||||
{
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
public override void GotFocus()
|
||||
{
|
||||
base.GotFocus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue