コード例 #1
0
ファイル: Authorize.cs プロジェクト: cptnalf/b2_autopush
        public void run()
        {
            account.service.authorize();

            AccountBuilder.Save(accounts);
        }