コード例 #1
0
 public CManager(Canvas DrawingSheet, ListBox List)
 {
     this.DrawingSheet = DrawingSheet;
     this.List         = List;
     this.Lines        = new List <Line>();
     NewLine           = null;
     port     = new CSerialPort();
     LastSave = "";
 }
コード例 #2
0
 public CManager(Canvas DrawingSheet, ListBox List)
 {
     this.DrawingSheet = DrawingSheet;
     this.List         = List;
     this.Lines        = new List <Line>();
     NewLine           = null;
     port         = new CSerialPort();
     LastPath     = "-Not Saved-";
     SavedName    = "-Not Saved-";
     CreationDate = DateTime.Now;
     LastEdit     = DateTime.Now;
 }