コード例 #1
0
ファイル: CalculatorUi.cs プロジェクト: motiurjs/Batch4
 public CalculatorUi()
 {
     InitializeComponent();
     calculator = new Calculator();
 }