public MainForm() { InitializeComponent(); ExceptionHandler.Instance.ErrorOccur += InstanceErrorOccur; MethodExecuter.Instance.MethodExecuteRequestEvent += new EventHandler<ActionArgs>(InstanceMethodExecuteRequestEvent); MethodExecuter.Instance.MethodExecuteUpdateProgressEvent += new EventHandler<ProgressiveUpdateArgs>(InstanceMethodExecuteUpdateProgressEvent); // Init Tree view treeMenu = new TreeMenu { ShowHint = DockState.DockLeft, AllowEndUserDocking = false, CloseButton = false, IsFloat = false, CloseButtonVisible = false }; treeMenu.Show(dockingPanel); }
public MainForm() { InitializeComponent(); ExceptionHandler.Instance.ErrorOccur += InstanceErrorOccur; MethodExecuter.Instance.MethodExecuteRequestEvent += new EventHandler <ActionArgs>(InstanceMethodExecuteRequestEvent); MethodExecuter.Instance.MethodExecuteUpdateProgressEvent += new EventHandler <ProgressiveUpdateArgs>(InstanceMethodExecuteUpdateProgressEvent); // Init Tree view treeMenu = new TreeMenu { ShowHint = DockState.DockLeft, AllowEndUserDocking = false, CloseButton = false, IsFloat = false, CloseButtonVisible = false }; treeMenu.Show(dockingPanel); }