コード例 #1
0
 public void Visit(UnderEdit dataFormat, byte data) => throw new NotImplementedException();
コード例 #2
0
 public ContinueCellEdit(IDataModel model, char input, UnderEdit underEdit) => (Model, Input, UnderEdit) = (model, input, underEdit);
コード例 #3
0
 public ContinueCellEdit(IDataModel model, int memoryLocation, char input, UnderEdit underEdit) => (Model, MemoryLocation, Input, UnderEdit) = (model, memoryLocation, input, underEdit);
コード例 #4
0
 public void Visit(UnderEdit dataFormat, byte data)
 {
 }