コード例 #1
0
 public StepCounterController(IntPtr handle) : base(handle)
 {
     _stepManager = new StepManager();
 }
コード例 #2
0
 public StepCounterController(IntPtr handle)
     : base(handle)
 {
     _stepManager = new StepManager();
 }