StatusStrip ss = (StatusStrip)this.MdiParent.Controls.Find("statusStrip2", true)[0];
ToolStripStatusLabel ti = (ToolStripStatusLabel)ss.Items["toolStripStatusLabel9"];
ti.Text ="Net
Balance : " + DataPro.UserAccountInfo.UserAcc().ToString();
No comments:
Post a Comment