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

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

            Kiemtra();
        }