📄 黑名单设置.cs
字号:
using System;
using System.Linq;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace SmartAnswerCall
{
public partial class 黑名单设置 : Form
{
public 黑名单设置()
{
InitializeComponent();
}
private void menu取消_Click(object sender, EventArgs e)
{
base.DialogResult = DialogResult.Cancel;
base.Close();
}
private void menu确定_Click(object sender, EventArgs e)
{
base.DialogResult = DialogResult.OK;
base.Close();
}
private void 黑名单设置_Load(object sender, EventArgs e)
{
this.txt黑名单.Text = 录音记录.str黑名单;
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -