This commit is contained in:
2022-10-13 12:57:31 -05:00
parent 4cab581b22
commit 886cae5684
83 changed files with 2608 additions and 430 deletions

View File

@@ -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;
}
}
}

View File

@@ -50,4 +50,4 @@ namespace Problem1Color_CalebFontenot
this.Close();
}
}
}
}

View File

@@ -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());
}
}
}
}