Beispiel #1
0
 public TraCuu(string label, APIManager api)
 {
     InitializeComponent();
     this.api    = api;
     label1.Text = label;
 }
Beispiel #2
0
 public TransitionConfigurationController(APIManager apiManager)
 {
     this.APIManager = apiManager;
 }
Beispiel #3
0
            public async Task Update(CommandContext ctx)
            {
                TimeSpan duration = await APIManager.UpdateAllCards();

                await ctx.RespondAsync($"Updated Json Files ({duration}).");
            }
 // Start is called before the first frame update
 void Start()
 {
     _inventory = Inventory.instance;
     this.gameObject.SetActive(false);
     api_manager = FindObjectOfType <APIManager>();
 }
 public void ListLessons()
 {
     APIManager.ListLessons(teamId, (response) =>
     {
     });
 }