lab5
This commit is contained in:
21
MP2/Problem1Color_CalebFontenot/Form1.Designer.cs
generated
21
MP2/Problem1Color_CalebFontenot/Form1.Designer.cs
generated
@@ -1,4 +1,21 @@
|
||||
namespace Problem1Color_CalebFontenot
|
||||
/*
|
||||
Base-Converter - This file is a part of Base Converter
|
||||
Copyright (C) 2022 Caleb Fontenot <foley2431@gmail.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
namespace Problem1Color_CalebFontenot
|
||||
{
|
||||
partial class Form1
|
||||
{
|
||||
@@ -184,4 +201,4 @@
|
||||
private Button mixButton;
|
||||
private Button exitButton;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -50,4 +50,4 @@ namespace Problem1Color_CalebFontenot
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,3 +1,21 @@
|
||||
/*
|
||||
Base-Converter - This file is a part of Base Converter
|
||||
Copyright (C) 2022 Caleb Fontenot <foley2431@gmail.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace Problem1Color_CalebFontenot
|
||||
{
|
||||
internal static class Program
|
||||
@@ -14,4 +32,4 @@ namespace Problem1Color_CalebFontenot
|
||||
Application.Run(new Form1());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user