theme changed
This commit is contained in:
7
labs/lab8/MyClass/IPubs.cs
Normal file
7
labs/lab8/MyClass/IPubs.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using System;
|
||||
|
||||
interface IPubs
|
||||
{
|
||||
void Subs();
|
||||
bool IfSubs { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user