コード例 #1
0
 public void RegisterDevice(int userID)
 {
     admin = new Admin();
     admin.RegisterDevice(userID);
 }