Ejemplo n.º 1
0
        public Form1()
        {
            InitializeComponent();
            xlJson       = new xulyJSON();
            sophienban   = xlJson.ReadJSON("phienban");
            sophienbanSV = xlJson.ReadJSON("phienbanSV");

            Kiemtra();
        }
Ejemplo n.º 2
0
        public Form1()
        {
            InitializeComponent();
            xlJson      = new xulyJSON();
            serverMysql = xlJson.ReadJSON("serverMysql");
            serverFtp   = xlJson.ReadJSON("serverFtp");
            sophienban  = xlJson.ReadJSON("phienban");

            Kiemtra();
        }