property page fix
added some debug
This commit is contained in:
@@ -658,6 +658,22 @@ namespace VEPROMS.CSLA.Library
|
||||
OnPropertyChanged("Print_Pagination");
|
||||
}
|
||||
}
|
||||
[Category("Print Settings")]
|
||||
[DisplayName("PDFLocation")]
|
||||
[RefreshProperties(RefreshProperties.All)]
|
||||
[Description("PDF Location")]
|
||||
public string Print_PDFLocation
|
||||
{
|
||||
get
|
||||
{
|
||||
return _Xp["PrintSettings", "PDFLocation"];
|
||||
}
|
||||
set
|
||||
{
|
||||
_Xp["PrintSettings", "PDFLocation"] = value; // save selected value
|
||||
OnPropertyChanged("Print_PDFLocation");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region Unit // From PROC.INI
|
||||
[Category("Unit")]
|
||||
|
Reference in New Issue
Block a user