求救————怎么去掉前边的那些点啊,,,无意间按快捷键出来的,怎么都去不了了
  namespace HIS2009_Doctor.PatientMag
{
.....public partial class ChuangWeiManage : Form
........{
.. ... ...... .. ..  public ChuangWeiManage()
.......{
.............  InitializeComponent();
....... }......DataTable departs = HIS2009_BLL.InHospital.BLLDepartment.getAllDepartment();
.......int departId = 0;
        
        
.........private void ChuangWeiManage_Load(object sender, EventArgs e)
...... {
            //把本科室的所有病人查处........ DataTable bed = BLLPatientInfo.getPatientByKeShiId(Convert.ToInt32(DoctorLogin.Info[2]));
           
........addButton(bed);