Exemplo n.º 1
0
 private void btnInfo_Click(object sender, EventArgs e)
 {
     All.Window.AboutWindow frmAbout = new All.Window.AboutWindow(this.Text,
                                                                  System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(),
                                                                  "苏州优备精密电子有限公司",
                                                                  "Suzhou UB Precision Co,.Ltd",
                                                                  "苏州工业园区东富路8号 东景工业坊12幢");
     frmAbout.ShowDialog();
     frmAbout.Dispose();
 }
Exemplo n.º 2
0
 private void 关于AToolStripMenuItem_Click(object sender, EventArgs e)
 {
     All.Window.AboutWindow aw = new All.Window.AboutWindow(this.Text, true);
     aw.ShowDialog();
 }