AcManager.Tools.TextEditing.TextEditorExtension.IsBusy C# (CSharp) 메소드

IsBusy() 공개 정적인 메소드

public static IsBusy ( this editor ) : bool
editor this
리턴 bool
        public static bool IsBusy(this TextEditor editor) {
            return _isBusy;
        }
    }