C2018-039: Upgrade – User Control of Format
This commit is contained in:
@@ -2,6 +2,9 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.ComponentModel;
|
||||
using System.Xml;
|
||||
using System.Xml.Serialization;
|
||||
using System.Xml.Schema;
|
||||
|
||||
namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
@@ -44,7 +47,10 @@ namespace VEPROMS.CSLA.Library
|
||||
if (PropertyChanged != null)
|
||||
PropertyChanged(this, new PropertyChangedEventArgs(info));
|
||||
}
|
||||
[NonSerialized]
|
||||
private bool _IsDirty = false;
|
||||
[XmlIgnore]
|
||||
[Browsable(false)]
|
||||
public bool IsDirty
|
||||
{
|
||||
get { return _IsDirty; }
|
||||
|
Reference in New Issue
Block a user