终端一体化运控平台
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Global.cs 278 B

há 2 anos
1234567891011121314
  1. 
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace FryPot_DosingSystem.Model
  8. {
  9. internal class Global
  10. {
  11. public static UserManage userManager { get; set; } = new UserManage();
  12. }
  13. }