
using System;
using System.Windows;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Test
{
class Test2:Application
{
[STAThread()]
static void Main() {
Test2 t2 = new Test2();
t2.MainWindow = new Class1();
t2.MainWindow.ShowDialog();
}
}
}
using System.Windows;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Test
{
class Test2:Application
{
[STAThread()]
static void Main() {
Test2 t2 = new Test2();
t2.MainWindow = new Class1();
t2.MainWindow.ShowDialog();
}
}
}

发的鬼地方个地方官









