public CManager(Canvas DrawingSheet, ListBox List) { this.DrawingSheet = DrawingSheet; this.List = List; this.Lines = new List <Line>(); NewLine = null; port = new CSerialPort(); LastSave = ""; }
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; }