예제 #1
0
        public override void Run()
        {
            Workbench wb = Workbench.Instance;

            if (wb != null && !DisconnectCommand.CancelDisconnect())
            {
                wb.Close();
            }
        }