В теории должен работать обновленные бэкэнд

This commit is contained in:
2025-03-08 19:46:59 +03:00
parent 6aa11ba7c0
commit 4863010b47
9 changed files with 264 additions and 69 deletions
+2 -10
View File
@@ -8,16 +8,8 @@ namespace Example.Frontend
{
public class ClientBasedPrinter : IPrinter
{
public int Prop { get; set; }
public int get_Prop()
{
return 1;
}
public int set_Prop(int value)
{
return 1;
}
public decimal Resource { get; set; }
public string GetName()
{
Console.WriteLine("ClientBasedPrinter called from server!!!!!!!!!!! Vova likes that:)");