コード例 #1
0
        private void btnmasterlist_Click(object sender, EventArgs e)
        {
            MasterList ml = new MasterList();

            ml.Location = this.Location;
            ml.ShowDialog();
        }
コード例 #2
0
        private void btnmasterlistview_Click(object sender, EventArgs e)
        {
            MasterList ml = new MasterList();

            ml.ShowDialog();
        }