исправлено вроде все с конфликтами - форма загружается, названия на одном языке
This commit is contained in:
commit
c479da2cdc
1
SushiBar/FormMain.Designer.cs
generated
1
SushiBar/FormMain.Designer.cs
generated
@ -150,6 +150,7 @@
|
||||
MainMenuStrip = menuStrip1;
|
||||
Name = "FormMain";
|
||||
Text = "Суши Бар";
|
||||
Load += FormMain_Load;
|
||||
menuStrip1.ResumeLayout(false);
|
||||
menuStrip1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
|
2
SushiBar/FormSushi.Designer.cs
generated
2
SushiBar/FormSushi.Designer.cs
generated
@ -218,7 +218,7 @@
|
||||
Font = new Font("Candara", 10.2F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
||||
Margin = new Padding(3, 4, 3, 4);
|
||||
Name = "FormSushi";
|
||||
Text = "FormSushi";
|
||||
Text = "Суши";
|
||||
Load += FormSushi_Load;
|
||||
groupBoxComponents.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
|
2
SushiBar/FormSushis.Designer.cs
generated
2
SushiBar/FormSushis.Designer.cs
generated
@ -106,7 +106,7 @@
|
||||
Controls.Add(buttonAddSushi);
|
||||
Controls.Add(dataGridView);
|
||||
Name = "FormSushis";
|
||||
Text = "FormSushis";
|
||||
Text = "Суши";
|
||||
Load += FormSushis_Load;
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
ResumeLayout(false);
|
||||
|
@ -12,6 +12,8 @@ namespace SushiBar
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
//<<<<<<< HEAD=======
|
||||
// ïîïûòêà èñïðàâèòü ãê >>>>>>> 194224615c9ce8063382a619ef3c0a5ba4dafd57
|
||||
private static ServiceProvider? _serviceProvider;
|
||||
public static ServiceProvider? ServiceProvider => _serviceProvider;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user