Exemplo n.º 1
0
 public static void ShowBootscreen(
     string OSname,
     Bootscreen.Effect efx,
     ConsoleColor color,
     int ticks = 10000000
     )
 {
     Bootscreen.Show(OSname, efx, color, ticks);
 }
Exemplo n.º 2
0
 public static void ShowBootscreen(this Cosmos.System.Kernel krnl, string OSname, Bootscreen.Effect efx,
                                   ConsoleColor color, int ticks = 10000000)
 {
     Bootscreen.Show(OSname, efx, color, ticks);
 }