mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:35:34 +00:00
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
|
//
|
||
|
// PrintDialog.custom - customizations
|
||
|
//
|
||
|
// Author: Martin Willemoes Hansen <mwh@sysrq.dk>
|
||
|
//
|
||
|
// Copyright (C) 2003 Martin Willemoes Hansen
|
||
|
//
|
||
|
// This code is inserted after the automatically generated code.
|
||
|
//
|
||
|
|
||
|
public PrintDialog (Gnome.PrintJob gpj, string title)
|
||
|
: this (gpj, title, 0) {}
|