Skip to content

Commit

Permalink
- Some indenting thingies
Browse files Browse the repository at this point in the history
  • Loading branch information
Juansero29 committed Jun 10, 2017
1 parent e105977 commit 37d284e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Mewsix.ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public void OnPropertyChanged([CallerMemberName] string name = null)




#region PROPERTIES

/// <summary>
Expand Down Expand Up @@ -175,6 +176,7 @@ public MainWindowViewModel()




#region COMMANDS FOR VIEW ACTIONS

/* DEFINITION OF COMMAND REFERENCES THAT WILL BE USED WHEN EVENT IS TRIGGERED */
Expand Down Expand Up @@ -237,6 +239,7 @@ public MainWindowViewModel()




#region REACTIONS TO VIEW ACTIONS
public void OnObjectDroppedOnView(object sender, System.Windows.DragEventArgs e)
{
Expand Down Expand Up @@ -495,6 +498,5 @@ private int GetCurrentlyPlayingIndex()
}

#endregion MEDIA PLAYER ACTIONS

}
}

0 comments on commit 37d284e

Please sign in to comment.