コード例 #1
0
 static void Main(string[] args)
 {
     var calc = new SimpleCalc.Calculator();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: lozanotek/RefreshWithNuGet
 static void Main(string[] args)
 {
     var calc = new SimpleCalc.Calculator();
 }