예제 #1
0
        private void btnInvoke_Click(object sender, EventArgs e)
        {
            Applications app = new Applications();

            MessageBox.Show(app.Info.Copyright, "直接調用");
        }
예제 #2
0
 public my()
 {
     this.app = new Applications();
     this.pc  = new Computers();
 }