Skip to content

Instantly share code, notes, and snippets.

@milk19873
Created October 13, 2016 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milk19873/727227ab3534f22ed0e5a4a6faa5f36d to your computer and use it in GitHub Desktop.
Save milk19873/727227ab3534f22ed0e5a4a6faa5f36d to your computer and use it in GitHub Desktop.
第7回プログラミング講座ー2
namespace SimpleCalc
{
public partial class Form1 : Form
{
//このクラス内で使用する変数を宣言する。
Calc calc;
int suji_mae = 0;
int suji_ushiro = 0;
int keisankekka = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment