コード例 #1
0
ファイル: Windows.cs プロジェクト: ChrisJamesSadler/Cosmos
 static public void CreateForms() {
     InitForm(mCallStackForm = new FormCallStack());
     InitForm(mWatchesForm = new FormWatches());
     InitForm(mLogForm = new FormLog());
     InitForm(mBreakpointsForm = new FormBreakpoints());
     InitForm(mRegistersForm = new FormRegisters());
 }
コード例 #2
0
ファイル: Windows.cs プロジェクト: zer09/Cosmos
 static public void CreateForms()
 {
     InitForm(mCallStackForm   = new FormCallStack());
     InitForm(mWatchesForm     = new FormWatches());
     InitForm(mLogForm         = new FormLog());
     InitForm(mBreakpointsForm = new FormBreakpoints());
     InitForm(mRegistersForm   = new FormRegisters());
 }