public frmManHinhChinh() { //Load frmSplash InitializeComponent(); SplashScreenManager.ShowDefaultSplashScreen("Đang mở...", "Phần Mềm Quản lý học sinh"); Thread.Sleep(1000); SplashScreenManager.CloseDefaultSplashScreen(); Permissions(); }