Spinach.PlotReceiver.OnError C# (CSharp) 메소드

OnError() 공개 메소드

public OnError ( int code, string message ) : void
code int
message string
리턴 void
    public void OnError(int code, string message)
    {
        if (error != null)
            error(code, message);

    } 
    public void retImage(PngBitmapEncoder pnbencoder)