mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
fixed std
This commit is contained in:
parent
608bf336db
commit
83783ac518
1 changed files with 0 additions and 7 deletions
|
@ -388,13 +388,6 @@ private void storyTest1ToolStripMenuItem_Click(object sender, EventArgs e)
|
|||
}
|
||||
|
||||
private void temp_for_std(object sender, EventArgs e)
|
||||
{
|
||||
System.Threading.Thread thread = new System.Threading.Thread(StartSurviveTheDay);
|
||||
|
||||
thread.Start();
|
||||
}
|
||||
|
||||
void StartSurviveTheDay()
|
||||
{
|
||||
Win2K.Win2KApps.SurviveTheDay std = new Win2K.Win2KApps.SurviveTheDay();
|
||||
WinClassic app = wm.StartWin95(std, "Survive The Day", null, false, false);
|
||||
|
|
Loading…
Reference in a new issue