コード例 #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);
		}