Exemple #1
0
 static public void CreateForms() {
     InitForm(mCallStackForm = new FormCallStack());
     InitForm(mWatchesForm = new FormWatches());
     InitForm(mLogForm = new FormLog());
     InitForm(mBreakpointsForm = new FormBreakpoints());
     InitForm(mRegistersForm = new FormRegisters());
 }
Exemple #2
0
 static public void CreateForms()
 {
     InitForm(mCallStackForm   = new FormCallStack());
     InitForm(mWatchesForm     = new FormWatches());
     InitForm(mLogForm         = new FormLog());
     InitForm(mBreakpointsForm = new FormBreakpoints());
     InitForm(mRegistersForm   = new FormRegisters());
 }