📜  shell 隐藏选项卡 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:55.739000             🧑  作者: Mango

代码示例1
public AppShell()
{
    InitializeComponent();

    Shell.SetTabBarIsVisible(this, false);
}