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