icall.cs

来自「Gibphone is CSharp Program, it can tell 」· CS 代码 · 共 20 行

CS
20
字号
using System;
using System.Collections.Generic;
using System.Text;
using System.Net;
using GPCore.Phones;

namespace GPCore.Protocols
{

    /// <summary>
    /// An interface that extends IProtocol to allow for voice
    /// conversations
    /// </summary>
    public interface ICall 
    {
        bool DefaultPhone { get;}
        Phone MyPhone { get; set;}
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?