mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-10 09:53:46 +00:00
Continue with implementing QCue
This commit is contained in:
@@ -115,14 +115,6 @@ namespace QSharp
|
||||
|
||||
public string replyAddress { get{ return IsReply ? address.Substring("/reply".Length) : address; } }
|
||||
|
||||
public string addressWithoutWorkspace
|
||||
{
|
||||
get
|
||||
{
|
||||
//TODO
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
public string[] AddressParts { get { return address.Split("/",StringSplitOptions.RemoveEmptyEntries); } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user