예제 #1
0
파일: MainForm.cs 프로젝트: woohn/Pisces
 private void InitilizeSpreadsheet()
 {
     if (xls != null)
     {
         xls.Visible = false;
         xls         = null;
     }
     xls        = new ForecastSpreadsheetEditor();
     xls.Parent = tabPageEdit;
     xls.Dock   = DockStyle.Fill;
     xls.BringToFront();
 }
예제 #2
0
 internal void Reload(ForecastSpreadsheetEditor xls)
 {
     this.xls = xls;
     this.forecastList1.SetSheetNames(xls.SheetNames);
 }