AODL.Package.ODFPackage.BeginUpdate C# (CSharp) 메소드

BeginUpdate() 공개 메소드

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