Example #1
0
 private void btn_BlockListTitlebtn_BlockListTitle_Click(object sender, EventArgs e)
 {
     var frmblst = new frm_BlockList(BlockList.BlockListTid);
     frmblst.Text = "タイトルBL";
     frmblst.Location = new Point(this.Location.X + this.Width, this.Location.Y);
     frmblst.ShowDialog();
 }
Example #2
0
 private void btn_BlockListSubmitter_Click(object sender, EventArgs e)
 {
     var frmblst = new frm_BlockList(BlockList.BlockListSubmitter);
     frmblst.Text = "投稿者名BL";
     frmblst.Location = new Point(this.Location.X + this.Width, this.Location.Y);
     frmblst.ShowDialog();
 }