示例#1
0
 public void BeginWrite()
 {
     matrix = new ExtendedConsoleCellMatrix();
     matrix.SetSize(Owner.Matrix.Width, Owner.Matrix.Height);
 }