CmisSync.Edit.Close C# (CSharp) Méthode

Close() public méthode

Close the UI
public Close ( ) : void
Résultat void
        public void Close()
        {
            this.Controller.CloseWindow();
            this.Destroy();
        }

Same methods

Edit::Close ( object sender, CancelEventArgs args ) : void