new_version_init
This commit is contained in:
22
VDownload.Common/VideoStream.cs
Normal file
22
VDownload.Common/VideoStream.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace VDownload.Common
|
||||
{
|
||||
public abstract partial class VideoStream : ObservableObject
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
[ObservableProperty]
|
||||
protected string _streamIdentifier;
|
||||
|
||||
[ObservableProperty]
|
||||
private int _width;
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user