Exemplo n.º 1
0
 void Bg_Command(string[] args)
 {
     screen.SetBg(args[0]);
     if (args.Length >= 2)
     {
         screen.SetFg(args[1]);
     }
 }