예제 #1
0
 public void StartLengthBatch()
 {
     _bth = new UndoRedo.UndoBatch(this, "Set Length", true);
 }
예제 #2
0
파일: Frame.cs 프로젝트: paradoxfm/ledx2
		public void StartLengthBatch() {
			_bth = new UndoRedo.UndoBatch(this, "Set Length", true);
		}