コード例 #1
0
ファイル: VoiceChat.cs プロジェクト: netonjm/VoiceChat
 void CreateLogWindowAndFormVisivility()
 {
     //Ponemos en primer plano las dos ventanas
     _window_log = new FormLog();
     _window_log.Show();
     this.TopMost        = true;
     this.TopMost        = false;
     _window_log.TopMost = true;
     _window_log.TopMost = false;
 }
コード例 #2
0
ファイル: VoiceChat.cs プロジェクト: netonjm/VoiceChat
 void CreateLogWindowAndFormVisivility()
 {
     //Ponemos en primer plano las dos ventanas
         _window_log = new FormLog();
         _window_log.Show();
         this.TopMost = true;
         this.TopMost = false;
         _window_log.TopMost = true;
         _window_log.TopMost = false;
 }