lab1 final

This commit is contained in:
devil_1nc 2023-03-11 22:58:09 +04:00
parent 90f8af59f4
commit 40fb3142eb
61 changed files with 0 additions and 49 deletions

View File

@ -1,39 +0,0 @@
namespace SoftwareInstallation
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Text = "Form1";
}
#endregion
}
}

View File

@ -1,10 +0,0 @@
namespace SoftwareInstallation
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}