在.net中设置debug模式预设代码

时间:2023-03-08 23:05:40
在.net中设置debug模式预设代码
 #region DEBUG
#if DEBUG
this.WorkOrgID.Value = "4DC4507E-434D-4EEB-967E-1E5CC28AA0C1";
this.WorkOrgName.Text = "公司";
this.ForemanUserID.Value = "7493A554-C3C8-4B21-8D31-82715C5F81F8";
this.ForemanUserName.Text = "动";
this.ForemanPhoneNo.Text = "";
this.RegulatoryUserID.Value = "4F912F3B-D0B0-4E33-9ECD-2E66795E6FDD";
this.RegulatoryUserName.Text = "白";
this.RegulatoryPhoneNo.Text = "";
this.SafeGuard.Text = "防护措施";
this.WorkContent.Text = "内容测试";
this.PlanNote.Text = "注意事项测试";
#endif
#endregion