Ejemplo n.º 1
0
        private void tIDSettlementMIDToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Hide();
            TMID tmid = new TMID(this);

            tmid.Show();
            TKHelper.ClearGarbage();
        }
Ejemplo n.º 2
0
 public Login()
 {
     InitializeComponent();
     InitData();
     this.setting  = new Setting(this);
     this.DBConfig = new DatabaseConfig(this);
     this.about    = new About();
     this.tmid     = new TMID(this);
 }