예제 #1
0
 public gsOutput()
 {
     InitializeComponent();
     this.Closing           += new System.ComponentModel.CancelEventHandler(FakeWindowClosing);
     m_gsIO                  = new gsIO();
     xaml_gsText.DataContext = m_gsIO;
 }
예제 #2
0
 public gsOutput()
 {
     InitializeComponent();
     this.Closing += new System.ComponentModel.CancelEventHandler(FakeWindowClosing);
     m_gsIO = new gsIO();
     xaml_gsText.DataContext = m_gsIO;
 }