コード例 #1
0
ファイル: Form1.cs プロジェクト: wheelpharaoh/FEAT
 private void RTB_Output_Click(object sender, EventArgs e)
 {
     RTB_Output.Clear();
     RTB_Output.Text = "Open a file, or Drag/Drop several! Click this box to clear its text." + Environment.NewLine;
 }
コード例 #2
0
 private void ClearOutput(object sender, EventArgs e) => RTB_Output.Clear();