示例#1
0
 internal SLSheet(string Name, uint SheetId, string Id, SLSheetType SheetType)
 {
     this.Name      = Name;
     this.SheetId   = SheetId;
     this.State     = SheetStateValues.Visible;
     this.Id        = Id;
     this.SheetType = SheetType;
 }
示例#2
0
 internal SLSheet(string Name, uint SheetId, string Id, SLSheetType SheetType)
 {
     this.Name = Name;
     this.SheetId = SheetId;
     this.State = SheetStateValues.Visible;
     this.Id = Id;
     this.SheetType = SheetType;
 }