public void Print(string Html) { #if !MACOS if (Html == null) { Console.WriteLine("empty print"); return; } PrintManager.Print(Html); #endif }