コード例 #1
0
 public ReportMaster(ArchiveApplicationsMaster archiveApplicationsMaster)
 {
     InitializeComponent();
 }
コード例 #2
0
ファイル: MenuMaster.cs プロジェクト: hristinochka/yuko
        private void button3_Click(object sender, EventArgs e)
        {
            ArchiveApplicationsMaster archiveApplicationsMaster = new ArchiveApplicationsMaster(this);

            archiveApplicationsMaster.Show();
        }