AODL.Package.ODFPackage.BeginUpdate C# (CSharp) Méthode

BeginUpdate() public méthode

Begins the update.
public BeginUpdate ( ) : void
Résultat void
		public void BeginUpdate()
		{
			if (!this._inUpdateMode)
			{
				this._package.BeginUpdate();
				this._inUpdateMode = true;
			}
		}