예제 #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();