ПИбд-22 Боровков М В 7 лабораторная работа #8

Closed
bekodeg wants to merge 10 commits from labWork7 into labWork6
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 757f22bfb5 - Show all commits

View File

@ -43,16 +43,17 @@
dataGridView.Size = new Size(776, 426);
dataGridView.TabIndex = 0;
//
// FormMail
// FormMailView
//
AllowDrop = true;
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(dataGridView);
Name = "FormMail";
Name = "FormMailView";
Text = "FormMail";
WindowState = FormWindowState.Maximized;
Load += FormMailView_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);
}

View File

@ -14,7 +14,7 @@ namespace SushiBar.Forms
_logic = logic;
}
private void ViewMailForm_Load(object sender, EventArgs e)
private void FormMailView_Load(object sender, EventArgs e)
{
try
{