예제 #1
0
        public static void Initialize()
        {
            Command command;

            freezer = new Freezer();

            command            = Command.Create(freezeCommandName);
            command.Text       = "Freeze";
            command.Image      = Resources._2DMoveTool24;
            command.Hint       = "Make the transformation of the selected bodies view-invariant.  Warning: zooming may blow your world apart.";
            command.Executing += freeze_Executing;
            command.Updating  += freeze_Updating;
        }
        public static void Initialize()
        {
            Command command;

            freezer = new Freezer();

            command = Command.Create(freezeCommandName);
            command.Text = "Freeze";
            command.Image = Resources._2DMoveTool24;
            command.Hint = "Make the transformation of the selected bodies view-invariant.  Warning: zooming may blow your world apart.";
            command.Executing += freeze_Executing;
            command.Updating += freeze_Updating;
        }