public ShowScaleEditorMessage(string name, int[] intervals, bool readOnly, Action <string, int[]> callback) : base() { ScaleEditorVM = new ScaleEditorViewModel(name, intervals, readOnly, callback); }
public ShowScaleEditorMessage(Action <string, int[]> callback) : base() { ScaleEditorVM = new ScaleEditorViewModel(callback); }