コード例 #1
0
ファイル: MainForm.cs プロジェクト: YourChance/elundi.diplom
		public void MessEventHandler(object sender, CoreEndEventArgs ea)
		{
			mess = ea.Text;
			this.Invoke(new MethodInvoker(Mess));
		}
コード例 #2
0
ファイル: MainForm.cs プロジェクト: YourChance/elundi.diplom
		public void ElRuEndEventHandler(object sender, CoreEndEventArgs ea)
		{
			ruText = ea.Text;
			this.Invoke(new MethodInvoker(SetRuText));
		}
コード例 #3
0
ファイル: MainForm.cs プロジェクト: YourChance/elundi.diplom
		public void RuElEndEventHandler(object sender, CoreEndEventArgs ea)
		{
			elText = ea.Text;
			this.Invoke(new MethodInvoker(SetElText));
		}