7 lines
214 B
C#
7 lines
214 B
C#
using CPF.Mac.Foundation;
|
|
|
|
namespace CPF.Mac.AppKit
|
|
{
|
|
public delegate NSApplicationPrintReply NSApplicationPrint(NSApplication application, string[] fileNames, NSDictionary printSettings, bool showPrintPanels);
|
|
}
|