- tweak: Many tweaks!
This commit is contained in:
14
Nebula.Launcher/ViewModels/ContentView/ContentViewBase.cs
Normal file
14
Nebula.Launcher/ViewModels/ContentView/ContentViewBase.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using Nebula.Launcher.ViewModels.Pages;
|
||||
|
||||
namespace Nebula.Launcher.ViewModels.ContentView;
|
||||
public abstract class ContentViewBase : ViewModelBase, IDisposable
|
||||
{
|
||||
public virtual void InitialiseWithData(ContentPath path, Stream stream)
|
||||
{
|
||||
}
|
||||
public virtual void Dispose()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user