You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -30,15 +30,11 @@
|
||||
using System;
|
||||
namespace System.Drawing.Printing
|
||||
{
|
||||
#if NET_2_0
|
||||
[Serializable]
|
||||
#endif
|
||||
public enum PrintRange {
|
||||
AllPages = 0,
|
||||
Selection = 1,
|
||||
SomePages = 2,
|
||||
#if NET_2_0
|
||||
CurrentPage = 0x400000
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user