Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

别处拷贝来的文章在discuzx2.5上发帖,不换行

[复制链接]
1617510622 发表于 2012-3-25 12:24:45 | 显示全部楼层 |阅读模式
比如我拷贝以下文章:

之后在 App.xaml.cs 中处理相关的事件 ( Application life cycle 相关的事件在 App.xaml.cs 中都可以找到 )
// Code to execute when the application is activated (brought to foreground)        // This code will not execute when the application is first launched        private void Application_Activated(object sender, ActivatedEventArgs e)        {            object tmp = 0;            if (PhoneApplicationService.Current.State.TryGetValue("Score", out tmp))            {                App.HighScore = (int)tmp;            }            else                App.HighScore = 0;                    }        // Code to execute when the application is deactivated (sent to background)        // This code will not execute when the application is closing        private void Application_Deactivated(object sender, DeactivatedEventArgs e)        {            PhoneApplicationService.Current.State["Score"] = App.HighScore;        }



现在编辑框里还是好的,为什么发表以后,就没什么换行了呢?
回复

使用道具 举报

¤魔¤ 发表于 2012-3-25 14:18:19 | 显示全部楼层
麒麟电影网 http://www.70dyw.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-8-30 00:58 , Processed in 0.086700 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表