コード例 #1
0
ファイル: bdf2edf.cpp プロジェクト: firstblade/EDFbrowser
void UI_BDF2EDFwindow::showpopupmessage(const char *str1, const char *str2)
{
  UI_Messagewindow popupmessage(str1, str2);
}
コード例 #2
0
void UI_ReduceSignalsWindow::showpopupmessage(const char *str1, const char *str2)
{
  UI_Messagewindow popupmessage(str1, str2);
}