mirror of
https://github.com/q39JzrRa/GM-Vehicle-API.git
synced 2025-12-23 23:38:45 -05:00
Completed initial implementation of saving, loading and refreshing token. Brand selection and login are now working. NOTE: commands will not work as vehicle selection is not implemented
24 lines
208 B
C#
24 lines
208 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using GM.Api;
|
|
|
|
namespace GM.WindowsUI
|
|
{
|
|
static class helpers
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|