예제 #1
0
파일: Metro.cs 프로젝트: yakahack/yakahack
 private void materialRaisedButton16_Click(object sender, EventArgs e)
 {
     api.ConsolePrint(materialSingleLineTextField3.Text);
 }
예제 #2
0
파일: Form1.cs 프로젝트: the0d3v/Synthax
        private void button12_Click(object sender, EventArgs e)
        {
            string console = textBox2.Text;

            api.ConsolePrint(console);
        }