Ejemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     FSTI = new FS4Amalgamma.AmalgammaFSTI(textConfig.Text, FS_User.Text, FS_Pass.Text);
     FSTI.AmalgammaFSTI_Initialization();
     FSTI.AmalgammaFSTI_Logon();
     timer1.Enabled = true;
 }
Ejemplo n.º 2
0
        public Form1()
        {
            InitializeComponent();

            FSTI   = new FS4Amalgamma.AmalgammaFSTI(CFG_File, User, Pass);
            LOGGER = new TOOLS.Dataloger("IntShipLog", "log", "");
            StartButton();
            FSTI_TransButton();
        }
Ejemplo n.º 3
0
        public Form1()
        {
            InitializeComponent();

            if (!IsSingleInstance())
            {
                this.Close();
            }
            this.Text = "Customs - Shipping Server V 5.6";
            FSTI      = new FS4Amalgamma.AmalgammaFSTI(CFG_File, User, Pass);
            LOGGER    = new TOOLS.Dataloger("IntShipLog", "log", "");
            StartButton();
            FSTI_TransButton();
            Up_Since.Text = "Up Since: " + DateTime.Now.ToString("MM/dd/yyy hh:mm tt");
        }
Ejemplo n.º 4
0
 public FSTI_TEST()
 {
     InitializeComponent();
     FSTI = new FS4Amalgamma.AmalgammaFSTI(CFG_File, User, Pass);
 }