[#27] Client: demo project
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
659bf3f19c
commit
fc4fe38569
1 changed files with 1 additions and 13 deletions
14
Program.cs
14
Program.cs
|
@ -1,25 +1,13 @@
|
|||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
using Frostfs.V2.Ape;
|
||||
|
||||
using FrostFS.Refs;
|
||||
using FrostFS.SDK;
|
||||
using FrostFS.SDK.Client;
|
||||
using FrostFS.SDK.Client.Interfaces;
|
||||
|
||||
using Grpc.Core;
|
||||
using Grpc.Net.Client;
|
||||
|
||||
using Microsoft.Extensions.Options;
|
||||
|
||||
using Org.BouncyCastle.Utilities;
|
||||
|
||||
using static FrostFS.Object.PatchRequest.Types.Body.Types;
|
||||
|
||||
|
||||
class Demo
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue