コード例 #1
0
 private void AddQueryMenu_Click(object sender, EventArgs e)
 {
     AddBlock?.Invoke(this, new(this, BlockType.Query));
 }
コード例 #2
0
 private void AddTextMenu_Click(object sender, EventArgs e)
 {
     AddBlock?.Invoke(this, new(this, BlockType.Text));
 }